summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2018-03-14 13:47:27 -0400
committerAnthony Green <green@moxielogic.com>2018-03-14 13:47:27 -0400
commit85e4c62351bd1e45dd6d77916778e18c435f1723 (patch)
treea8e9c94fe37fd49db3f470d87c9da67e5e87f940
parentaa8a5ec4a4ec4a4460ec3cd4e396e09ceaa3a2fa (diff)
downloadlibffi-85e4c62351bd1e45dd6d77916778e18c435f1723.tar.gz
fix .travis.yml
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 30a4c0f..9ed6cbe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,5 +31,7 @@ script:
- ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
- make
- make dist
- - make check ${RUNTESTFLAGS+RUNTESTFLAGS="$RUNTESTFLAGS"}
+ - echo $DEJAGNU
+ - echo $RUNTESTFLAGS
+ - make check RUNTESTFLAGS="-v $RUNTESTFLAGS"
- cat */testsuite/libffi.log