mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-09 14:07:34 +02:00
sync after making clean in build tests
This commit is contained in:
parent
22e2a08563
commit
449f44b355
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ for opts in $(cat ${BUILDDIR}/build-opts.txt); do
|
||||||
# Try to build then run tests.
|
# Try to build then run tests.
|
||||||
opts=$(echo ${opts} | tr ';' ' ')
|
opts=$(echo ${opts} | tr ';' ' ')
|
||||||
$MAKE cleaner 2>&1 >/dev/null
|
$MAKE cleaner 2>&1 >/dev/null
|
||||||
|
sync
|
||||||
if $MAKE -j 8 "$vars" $opts chibi-scheme 2>&1 >${BUILDDIR}/build${i}-make.out; then
|
if $MAKE -j 8 "$vars" $opts chibi-scheme 2>&1 >${BUILDDIR}/build${i}-make.out; then
|
||||||
sync
|
sync
|
||||||
if $MAKE test-r5rs 2>&1 | tee ${BUILDDIR}/build${i}-test.out \
|
if $MAKE test-r5rs 2>&1 | tee ${BUILDDIR}/build${i}-test.out \
|
||||||
|
|
Loading…
Add table
Reference in a new issue