about summary refs log tree commit diff stats
path: root/subx/test_layers
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-08-13 08:26:39 -0700
committerKartik Agaram <vc@akkartik.com>2018-08-13 08:26:39 -0700
commitab2c7efd02b8a44fdfc1110ca28bf22dc9905304 (patch)
treedafa918c7f9b07560bf71014dd9f1a1a47777d8a /subx/test_layers
parent9bc51a5249dd2e286eb1e15bb18004f061a8121f (diff)
downloadmu-ab2c7efd02b8a44fdfc1110ca28bf22dc9905304.tar.gz
4515
Fix CI.
Diffstat (limited to 'subx/test_layers')
-rwxr-xr-xsubx/test_layers2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/test_layers b/subx/test_layers
index 4ba619a5..709601ff 100755
--- a/subx/test_layers
+++ b/subx/test_layers
@@ -10,7 +10,7 @@ do
   ./build_and_test_until $f  ||  exit 1
 done
 
-clean top
+./clean top
 for f in ex*.subx
 do
   echo checking $f