[master] d38082e Don't swallow the glob

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Jan 16 10:04:05 CET 2017


commit d38082e01b8d611a69667d3becde5ac2ebac7a0c
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Jan 16 10:02:33 2017 +0100

    Don't swallow the glob
    
    Refs #2139

diff --git a/tools/vtest.sh b/tools/vtest.sh
index fdef9eb..0489ac3 100755
--- a/tools/vtest.sh
+++ b/tools/vtest.sh
@@ -183,7 +183,7 @@ failedtests () (
 	LOGDIR="varnish-$VERSION/_build/sub/bin/varnishtest/tests"
 	VTCDIR=bin/varnishtest/tests
 
-	grep -l ':test-result: FAIL' "$LOGDIR/*.trs" |
+	grep -l ':test-result: FAIL' "$LOGDIR"/*.trs |
 	while read trs
 	do
 		name=`basename $trs .trs`



More information about the varnish-commit mailing list