Fix CI.
This commit is contained in:
Kartik Agaram 2019-12-07 20:23:10 -08:00
parent bfadbd4bbf
commit b28aa6e7e3
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ done
for f in [0-9]*.subx
do
echo "=== $f"
./subx translate init.linux $(enumerate/enumerate --until $f |grep '\.subx$') -o a.elf
./subx translate init.linux $(tools/enumerate --until $f |grep '\.subx$') -o a.elf
./subx run a.elf test
echo
test `uname` = 'Linux' && {