From 855f7f06507f5b2f547da054898ae751bec888bb Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Sat, 5 Mar 2016 15:40:57 +0100 Subject: 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 --- .travis-functions.sh | 1 + 1 file changed, 1 insertion(+) (limited to '.travis-functions.sh') 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 { -- cgit v1.2.3-55-g7522