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 0f7c736d..09d1e593 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 pure-SubX files (without syntax sugar) one at a time -for f in 0[0-8]*.subx +# test pure-SubX files (without syntax sugar) one at a time +for f in [012]*.subx do echo "=== $f" ./bootstrap translate init.linux $(tools/enumerate --until $f |grep '\.subx$') -o a.elf |