CI: don't needlessly run tests twice
Verifying that forth.bin is stable is enough. Also, fix shebang.
This commit is contained in:
parent
87b51a6261
commit
faa2576f83
10
runtests.sh
10
runtests.sh
@ -1,4 +1,4 @@
|
|||||||
#/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
@ -7,6 +7,8 @@ git clean -fxd
|
|||||||
make -C emul
|
make -C emul
|
||||||
make -C tests
|
make -C tests
|
||||||
|
|
||||||
# let's try again with an updated boot bin
|
# verify that forth.bin is stable
|
||||||
make -C emul updatebootstrap all
|
cp emul/forth.bin ref.bin
|
||||||
make -C tests
|
make -C emul updatebootstrap
|
||||||
|
cmp emul/forth.bin ref.bin
|
||||||
|
rm ref.bin
|
||||||
|
Loading…
Reference in New Issue
Block a user