summaryrefslogtreecommitdiff
path: root/tests/build-system.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests/build-system.script')
-rwxr-xr-xtests/build-system.script3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/build-system.script b/tests/build-system.script
index b1f36532..f081d1e8 100755
--- a/tests/build-system.script
+++ b/tests/build-system.script
@@ -20,10 +20,7 @@
set -e
cache="$DATADIR/build-system-cache"
-mkdir "$cache"
./morph --no-default-configs build repo farrokh hello-system.morph \
--git-base-url="file://$DATADIR" \
--cachedir="$cache" --keep-path
find "$cache" -name '*.system.*' -type f | wc -l
-rm -rf "$cache"
-