mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
adding a sync to build-tests
This commit is contained in:
parent
2af9643115
commit
d4cd223d7e
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ for opts in $(cat ${BUILDDIR}/build-opts.txt); do
|
||||||
opts=$(echo ${opts} | tr ';' ' ')
|
opts=$(echo ${opts} | tr ';' ' ')
|
||||||
$MAKE cleaner 2>&1 >/dev/null
|
$MAKE cleaner 2>&1 >/dev/null
|
||||||
if $MAKE $opts chibi-scheme 2>&1 >${BUILDDIR}/build${i}-make.out; then
|
if $MAKE $opts chibi-scheme 2>&1 >${BUILDDIR}/build${i}-make.out; then
|
||||||
|
sync
|
||||||
if $MAKE test 2>&1 | tee ${BUILDDIR}/build${i}-test.out \
|
if $MAKE test 2>&1 | tee ${BUILDDIR}/build${i}-test.out \
|
||||||
| grep -q -E 'FAIL|ERROR'; then
|
| grep -q -E 'FAIL|ERROR'; then
|
||||||
echo "[FAIL] ${i}: tests failed with $opts"
|
echo "[FAIL] ${i}: tests failed with $opts"
|
||||||
|
|
Loading…
Add table
Reference in a new issue