From ac179d9011925bdaafdfb1cc41134e02fa8aeb6f Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 11 Sep 2019 20:03:32 -0700 Subject: 5648 Fix CI. --- test_layers | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test_layers') 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' && { -- cgit 1.4.1-2-gfad0