summaryrefslogtreecommitdiffstats
path: root/.travis-functions.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis-functions.sh')
-rwxr-xr-x.travis-functions.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis-functions.sh b/.travis-functions.sh
index 11e7707bb..898f57b84 100755
--- a/.travis-functions.sh
+++ b/.travis-functions.sh
@@ -31,7 +31,7 @@ function xconfigure
function check_nonroot
{
- local opts="$MAKE_CHECK_OPTS"
+ local opts="$MAKE_CHECK_OPTS --show-diff"
xconfigure \
--disable-use-tty-group \
@@ -47,7 +47,7 @@ function check_nonroot
function check_root
{
- local opts="$MAKE_CHECK_OPTS --parallel=1"
+ local opts="$MAKE_CHECK_OPTS --parallel=1 --show-diff"
xconfigure \
--enable-all-programs \