summaryrefslogtreecommitdiffstats
path: root/.travis-functions.sh
diff options
context:
space:
mode:
authorKarel Zak2017-02-16 14:14:54 +0100
committerKarel Zak2017-02-16 14:14:54 +0100
commit74fe554a412dd55e9814d1072bc3d36f627d2b77 (patch)
tree5482b1298dee78cbf94a960927f817c9b68b0343 /.travis-functions.sh
parentbuild-sys: add non-widechar.conf (diff)
downloadkernel-qcow2-util-linux-74fe554a412dd55e9814d1072bc3d36f627d2b77.tar.gz
kernel-qcow2-util-linux-74fe554a412dd55e9814d1072bc3d36f627d2b77.tar.xz
kernel-qcow2-util-linux-74fe554a412dd55e9814d1072bc3d36f627d2b77.zip
tests: add --show-diff
Signed-off-by: Karel Zak <kzak@redhat.com>
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 \