about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-09-11 20:03:32 -0700
committerKartik Agaram <vc@akkartik.com>2019-09-11 20:03:49 -0700
commitac179d9011925bdaafdfb1cc41134e02fa8aeb6f (patch)
treed84554f262b012e12fdfc91561b9180642cb8ea4
parentecfbbfb5b58aaba9f9265cb13b9fb4a914bdcf37 (diff)
downloadmu-ac179d9011925bdaafdfb1cc41134e02fa8aeb6f.tar.gz
5648
Fix CI.
-rwxr-xr-xtest_layers3
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'  &&  {