summaryrefslogtreecommitdiffstats
path: root/.travis-functions.sh
diff options
context:
space:
mode:
authorRuediger Meier2016-03-05 15:40:57 +0100
committerRuediger Meier2016-03-05 22:19:24 +0100
commit855f7f06507f5b2f547da054898ae751bec888bb (patch)
treed2dbaa7e7407d6992b95d248e69e7828898be2df /.travis-functions.sh
parenttests: --parallel prints results in a single line (diff)
downloadkernel-qcow2-util-linux-855f7f06507f5b2f547da054898ae751bec888bb.tar.gz
kernel-qcow2-util-linux-855f7f06507f5b2f547da054898ae751bec888bb.tar.xz
kernel-qcow2-util-linux-855f7f06507f5b2f547da054898ae751bec888bb.zip
tests: add option --parsable
This is to force the one-line results also for non-parallel case. We are using it for travis auto-build and on other build farms. Moreover you can set this (and any other) option globally by env which is the only way to pass it to make distcheck. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to '.travis-functions.sh')
-rwxr-xr-x.travis-functions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis-functions.sh b/.travis-functions.sh
index 3315a9159..3c1855951 100755
--- a/.travis-functions.sh
+++ b/.travis-functions.sh
@@ -15,6 +15,7 @@ fi
# travis docs say we get 1.5 CPUs
MAKE="make -j2"
DUMP_CONFIG_LOG="short"
+export TS_OPT_parsable="yes"
function xconfigure
{