sync after making clean in build tests

This commit is contained in:
Alex Shinn 2014-05-08 07:09:42 -04:00
parent 22e2a08563
commit 449f44b355

View file

@ -29,6 +29,7 @@ for opts in $(cat ${BUILDDIR}/build-opts.txt); do
# Try to build then run tests.
opts=$(echo ${opts} | tr ';' ' ')
$MAKE cleaner 2>&1 >/dev/null
sync
if $MAKE -j 8 "$vars" $opts chibi-scheme 2>&1 >${BUILDDIR}/build${i}-make.out; then
sync
if $MAKE test-r5rs 2>&1 | tee ${BUILDDIR}/build${i}-test.out \