From ab16d49bdc55d64ba27f2ef5fe6811669b9d5c1f Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 18 May 2019 00:50:17 -0700 Subject: 5187 CI should have been failing for a few days. Now fixed. --- subx/test_layers | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'subx/test_layers') diff --git a/subx/test_layers b/subx/test_layers index ad5ab1a0..f1e22faf 100755 --- a/subx/test_layers +++ b/subx/test_layers @@ -20,9 +20,10 @@ CFLAGS=$CFLAGS ./build # build optimized by default since we'll be running it r # add SubX files one at a time for f in [0-9]*.subx do - [ $f == '049'* ] && continue + [ $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 run a.elf + ./subx translate $(../enumerate/enumerate --until $f |grep '\.subx$') -o a.elf + ./subx run a.elf echo test `uname` = 'Linux' && { chmod +x a.elf -- cgit 1.4.1-2-gfad0