diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-09-11 20:03:32 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-09-11 20:03:49 -0700 |
commit | ac179d9011925bdaafdfb1cc41134e02fa8aeb6f (patch) | |
tree | d84554f262b012e12fdfc91561b9180642cb8ea4 /test_layers | |
parent | ecfbbfb5b58aaba9f9265cb13b9fb4a914bdcf37 (diff) | |
download | mu-ac179d9011925bdaafdfb1cc41134e02fa8aeb6f.tar.gz |
5648
Fix CI.
Diffstat (limited to 'test_layers')
-rwxr-xr-x | test_layers | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test_layers b/test_layers index 2aee0521..ac38de0b 100755 --- a/test_layers +++ b/test_layers @@ -20,9 +20,8 @@ done # add SubX files one at a time for f in [0-9]*.subx do - [ $f == *'memory_layout.subx' ] && continue # the very first .subx layer has no code echo "=== $f" - ./subx translate $(enumerate/enumerate --until $f |grep '\.subx$') -o a.elf + ./subx translate 049init.linux $(enumerate/enumerate --until $f |grep '\.subx$') -o a.elf ./subx run a.elf echo test `uname` = 'Linux' && { |