Commit 0f0ba9e0ec52e0297c91cb63a889980a6f847219

Anthony Green 2018-03-16T07:28:33

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

1
2
3
4
5
6
7
8
9
10
11
diff --git a/.travis.yml b/.travis.yml
index 7ca4c2c..8915ef9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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