summaryrefslogtreecommitdiff
path: root/.travis/build.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/build.sh')
-rwxr-xr-x.travis/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/build.sh b/.travis/build.sh
index 8e0cf42..222ceb9 100755
--- a/.travis/build.sh
+++ b/.travis/build.sh
@@ -6,7 +6,7 @@ function build_linux()
./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
make
make dist
- make check RUNTESTFLAGS="-a $RUNTESTFLAGS"
+ WINEDEBUG=-all make check RUNTESTFLAGS="-a $RUNTESTFLAGS"
EXITCODE=$?
gzip -c -9 */testsuite/libffi.log > libffi.log.gz