summaryrefslogtreecommitdiff
path: root/tests.build/prefix.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests.build/prefix.script')
-rwxr-xr-xtests.build/prefix.script7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests.build/prefix.script b/tests.build/prefix.script
index f8aa48a4..a87671c5 100755
--- a/tests.build/prefix.script
+++ b/tests.build/prefix.script
@@ -72,7 +72,10 @@ cd "$DATADIR/workspace"
"$SRCDIR/scripts/test-morph" checkout test:morphs-repo master
cd "$DATADIR/workspace/master/test/morphs-repo"
-first_chunk=$("$SRCDIR/scripts/test-morph" query-cache hello-system.morph xyzzy | head -n1 | cut -c -64)
-second_chunk=$("$SRCDIR/scripts/test-morph" query-cache hello-system.morph plugh | head -n1 | cut -c -64)
+test_morph="$SRCDIR/scripts/test-morph"
+first_chunk=$("$test_morph" query-cache hello-system.morph xyzzy | head -n1 |
+ cut -c -64)
+second_chunk=$("$test_morph" query-cache hello-system.morph plugh | head -n1 |
+ cut -c -64)
cd "$DATADIR/cache/artifacts"
cat $first_chunk.build-log $second_chunk.build-log