diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-12-07 20:23:10 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-12-07 20:23:10 -0800 |
commit | b28aa6e7e3aff39a4e6411a9db91439a148da538 (patch) | |
tree | 3ba41c0f63f03ff3784f2ae38c7127ee58d5896c | |
parent | bfadbd4bbf2d29d54b6d1d498167c6fef42ee536 (diff) | |
download | mu-b28aa6e7e3aff39a4e6411a9db91439a148da538.tar.gz |
5802
Fix CI.
-rwxr-xr-x | test_layers | 2 |
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' && { |