diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-09-14 01:56:39 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-09-14 01:56:39 -0700 |
commit | 3b42da24c2b1c7a4f923fbdf765ff180591634bc (patch) | |
tree | 438e5d427e5f6c48e85daf4bf57e2dee7c098ac0 /test_layers | |
parent | 8cfa6354016667bcc8ab1e360a1a6c0666ec4cad (diff) | |
download | mu-3b42da24c2b1c7a4f923fbdf765ff180591634bc.tar.gz |
5652
Fix CI.
Diffstat (limited to 'test_layers')
-rwxr-xr-x | test_layers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_layers b/test_layers index ac38de0b..ea7551df 100755 --- a/test_layers +++ b/test_layers @@ -21,7 +21,7 @@ done for f in [0-9]*.subx do echo "=== $f" - ./subx translate 049init.linux $(enumerate/enumerate --until $f |grep '\.subx$') -o a.elf + ./subx translate init.linux $(enumerate/enumerate --until $f |grep '\.subx$') -o a.elf ./subx run a.elf echo test `uname` = 'Linux' && { |