From 18251febe4632f658a2e645cdb46ce7d4cea2fb8 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Fri, 25 Jul 2014 17:16:10 +0200 Subject: [PATCH] travis: snip remotebackend output on success If the remotebackend tests worked, cut out the debug output. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0ddcf7bf4d..05fe004c8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -98,7 +98,7 @@ script: - cd ../regression-tests.nobackend/ - ./runtests - test ! -s ./failed_tests - - cat /tmp/remotebackend.txt.* | sort + - test ! -s ./failed_tests || (cat /tmp/remotebackend.txt.* | sort) notifications: irc: channels: -- 2.47.2