diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-07-05 12:42:28 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-07-05 12:43:00 -0700 |
commit | 4cc52b14f922da7e37968b206c0704560201de22 (patch) | |
tree | 80f7fc131bb8052976f6598de233751dcb515152 /test_layers | |
parent | badff12385ff30abc4edc19c3b34265d63e3c0f1 (diff) | |
download | mu-4cc52b14f922da7e37968b206c0704560201de22.tar.gz |
6614
Fix CI.
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 |