From 31625e5b2a1df033a43949c9bb59ca71194fb2af Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 18 Aug 2017 05:58:57 +0200 Subject: travis-ci: don't disp gna log --- testsuite/gna/testsuite.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuite/gna/testsuite.sh') diff --git a/testsuite/gna/testsuite.sh b/testsuite/gna/testsuite.sh index 7e39e8f04..160becdd5 100755 --- a/testsuite/gna/testsuite.sh +++ b/testsuite/gna/testsuite.sh @@ -13,7 +13,10 @@ set -e +# This is the only place where test dirs are specified. Do not duplicate this +# line dirs="bug* sr* deb* ticket* issue*" + failures="" full=n @@ -26,6 +29,7 @@ for opt; do --start-at=*) d=`echo $opt | sed -e 's/--start-at=//'` dirs=`echo "" $dirs | sed -e "s/^.* $d//"` dirs="$d $dirs" ;; + --list-tests) echo $dirs; exit 0;; *) echo "Unknown option $opt" exit 2 ;; -- cgit v1.2.3