Run dejagnu's runtest with -a option to prevent travis timeouts after 10min

This commit is contained in:
Anthony Green
2018-03-16 07:28:33 -04:00
parent 725454196a
commit 0f0ba9e0ec

View File

@@ -31,5 +31,5 @@ script:
- ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
- make
- make dist
- make check ${RUNTESTFLAGS+RUNTESTFLAGS="$RUNTESTFLAGS"}
- make check RUNTESTFLAGS="-a $RUNTESTFLAGS"
- cat */testsuite/libffi.log