summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/hello-chunk.script2
-rwxr-xr-xtests/hello-stratum.script2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/hello-chunk.script b/tests/hello-chunk.script
index 63f3b96d..1dd99e99 100755
--- a/tests/hello-chunk.script
+++ b/tests/hello-chunk.script
@@ -17,6 +17,8 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+set -e
+
tar -C "$DATADIR" -xf tests/hello-chunk.tar.gz
./morph build "$DATADIR/hello/hello.morph" \
--chunk-repo="file://$DATADIR/hello" --chunk-ref=master
diff --git a/tests/hello-stratum.script b/tests/hello-stratum.script
index 6b42fb00..16ecdded 100755
--- a/tests/hello-stratum.script
+++ b/tests/hello-stratum.script
@@ -17,6 +17,8 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+set -e
+
tar -C "$DATADIR" -xf tests/hello-chunk.tar.gz
./morph build "$DATADIR/hello/hello.morph" \
--chunk-repo="file://$DATADIR/hello" --chunk-ref=master