projects
/
platform
/
upstream
/
libffi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7254541
)
Run dejagnu's runtest with -a option to prevent travis timeouts after 10min
author
Anthony Green
<green@moxielogic.com>
Fri, 16 Mar 2018 11:28:33 +0000
(07:28 -0400)
committer
Anthony Green
<green@moxielogic.com>
Fri, 16 Mar 2018 11:28:33 +0000
(07:28 -0400)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
7ca4c2c
..
8915ef9
100644
(file)
--- 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