summaryrefslogtreecommitdiffstats
path: root/lowercasing_test
diff options
context:
space:
mode:
Diffstat (limited to 'lowercasing_test')
-rwxr-xr-xlowercasing_test/src/tests/hello-world/dotest.sh3
-rwxr-xr-xlowercasing_test/src/tests/hello-world/hello-world_test.sh2
-rwxr-xr-xlowercasing_test/src/tests/lowercasing/dotest.sh3
-rwxr-xr-xlowercasing_test/src/tests/lowercasing/lowercasing_test.sh3
4 files changed, 7 insertions, 4 deletions
diff --git a/lowercasing_test/src/tests/hello-world/dotest.sh b/lowercasing_test/src/tests/hello-world/dotest.sh
index 8a183b81148..53f66a84ffe 100755
--- a/lowercasing_test/src/tests/hello-world/dotest.sh
+++ b/lowercasing_test/src/tests/hello-world/dotest.sh
@@ -1,5 +1,6 @@
-#!/bin/sh
+#!/bin/bash
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+set -e
. ../../binref/env.sh
diff --git a/lowercasing_test/src/tests/hello-world/hello-world_test.sh b/lowercasing_test/src/tests/hello-world/hello-world_test.sh
index 8895f89feb3..f83dcbe2584 100755
--- a/lowercasing_test/src/tests/hello-world/hello-world_test.sh
+++ b/lowercasing_test/src/tests/hello-world/hello-world_test.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-
+set -e
. ../../binref/env.sh
$BINREF/compilejava HelloWorldLocal.java
sh dotest.sh
diff --git a/lowercasing_test/src/tests/lowercasing/dotest.sh b/lowercasing_test/src/tests/lowercasing/dotest.sh
index 73460c470be..943f35cee67 100755
--- a/lowercasing_test/src/tests/lowercasing/dotest.sh
+++ b/lowercasing_test/src/tests/lowercasing/dotest.sh
@@ -1,5 +1,6 @@
-#!/bin/sh
+#!/bin/bash
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+set -e
. ../../binref/env.sh
diff --git a/lowercasing_test/src/tests/lowercasing/lowercasing_test.sh b/lowercasing_test/src/tests/lowercasing/lowercasing_test.sh
index fc639ce970d..4985f6f86f7 100755
--- a/lowercasing_test/src/tests/lowercasing/lowercasing_test.sh
+++ b/lowercasing_test/src/tests/lowercasing/lowercasing_test.sh
@@ -1,5 +1,6 @@
#!/bin/bash
+set -e
. ../../binref/env.sh
$BINREF/compilejava CasingVariants.java
-sh dotest.sh
+bash -e dotest.sh