diff options
Diffstat (limited to 'test_layers')
-rwxr-xr-x | test_layers | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test_layers b/test_layers index 568a0f21..0f7c736d 100755 --- a/test_layers +++ b/test_layers @@ -17,8 +17,8 @@ done ./clean ./build # build optimized since we'll be running it repeatedly below -# add SubX files one at a time -for f in [0-9]*.subx +# add pure-SubX files (without syntax sugar) one at a time +for f in 0[0-8]*.subx do echo "=== $f" ./bootstrap translate init.linux $(tools/enumerate --until $f |grep '\.subx$') -o a.elf |