about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-12-07 20:23:10 -0800
committerKartik Agaram <vc@akkartik.com>2019-12-07 20:23:10 -0800
commitb28aa6e7e3aff39a4e6411a9db91439a148da538 (patch)
tree3ba41c0f63f03ff3784f2ae38c7127ee58d5896c
parentbfadbd4bbf2d29d54b6d1d498167c6fef42ee536 (diff)
downloadmu-b28aa6e7e3aff39a4e6411a9db91439a148da538.tar.gz
5802
Fix CI.
-rwxr-xr-xtest_layers2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_layers b/test_layers
index 522e413b..bf487c09 100755
--- a/test_layers
+++ b/test_layers
@@ -21,7 +21,7 @@ done
 for f in [0-9]*.subx
 do
   echo "=== $f"
-  ./subx translate init.linux $(enumerate/enumerate --until $f |grep '\.subx$') -o a.elf
+  ./subx translate init.linux $(tools/enumerate --until $f |grep '\.subx$') -o a.elf
   ./subx run a.elf test
   echo
   test `uname` = 'Linux'  &&  {