Commit d38082e0 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Don't swallow the glob

Refs #2139
parent 7c9916a6
......@@ -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`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment