summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2018-03-14 21:00:55 -0400
committerAnthony Green <green@moxielogic.com>2018-03-14 21:00:55 -0400
commite86aa54ce3418081dca403217c9216c773b82560 (patch)
treebfef93f60aced493bcb2577709799c99a257bb8f
parent5b538ed61fb13efc8f01bad014c5485231714c96 (diff)
downloadlibffi-e86aa54ce3418081dca403217c9216c773b82560.tar.gz
fix .travis.yml
-rw-r--r--.travis.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 7893e25..c4a1ebb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,9 +31,7 @@ script:
- ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
- make
- make dist
- - echo $DEJAGNU
- - echo $RUNTESTFLAGS
- - which runtest
- - runtest --version
- - make check RUNTESTFLAGS="-vvvv $RUNTESTFLAGS"
+ - make check RUNTESTFLAGS="-v $RUNTESTFLAGS" &
+ - GITPID=$!
+ - while kill -0 $GITPID 2>/dev/null; do echo "Waiting for testsuite completion"; sleep 30; done;
- cat */testsuite/libffi.log