fix .travis.yml

This commit is contained in:
Anthony Green
2018-03-14 21:00:55 -04:00
parent 5b538ed61f
commit e86aa54ce3

View File

@@ -31,9 +31,7 @@ script:
- ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS} - ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
- make - make
- make dist - make dist
- echo $DEJAGNU - make check RUNTESTFLAGS="-v $RUNTESTFLAGS" &
- echo $RUNTESTFLAGS - GITPID=$!
- which runtest - while kill -0 $GITPID 2>/dev/null; do echo "Waiting for testsuite completion"; sleep 30; done;
- runtest --version
- make check RUNTESTFLAGS="-vvvv $RUNTESTFLAGS"
- cat */testsuite/libffi.log - cat */testsuite/libffi.log