summaryrefslogtreecommitdiff
path: root/tests/build-system.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests/build-system.script')
-rwxr-xr-xtests/build-system.script4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/build-system.script b/tests/build-system.script
index 1f81feda..c96662cc 100755
--- a/tests/build-system.script
+++ b/tests/build-system.script
@@ -20,7 +20,9 @@
set -e
cache="$DATADIR/build-system-cache"
+log="$DATADIR/build-system-morph.log"
./morph --no-default-configs build repo farrokh hello-system.morph \
--git-base-url="file://$DATADIR" \
- --cachedir="$cache" --keep-path --no-distcc
+ --cachedir="$cache" --keep-path --no-distcc \
+ --log="$log" || cat "$log" 1>&2
find "$cache" -name '*.system.*' -type f | wc -l