Fix CI.
This commit is contained in:
Kartik Agaram 2020-07-05 12:42:28 -07:00
parent badff12385
commit 4cc52b14f9
1 changed files with 2 additions and 2 deletions

View File

@ -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