mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-04 11:46:37 +02:00
For now build tests just check the core.
This commit is contained in:
parent
b3ad71cb90
commit
11b7a05308
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ for opts in $(cat ${BUILDDIR}/build-opts.txt); do
|
|||
$MAKE cleaner 2>&1 >/dev/null
|
||||
if $MAKE -j 8 "$vars" $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-r5rs 2>&1 | tee ${BUILDDIR}/build${i}-test.out \
|
||||
| grep -q -E 'FAIL|ERROR'; then
|
||||
echo "[FAIL] ${i}: tests failed with $opts"
|
||||
FAILURES=$((FAILURES + 1))
|
||||
|
|
Loading…
Add table
Reference in a new issue