Skip to content

Commit

Permalink
Fix vtest on SmartOS
Browse files Browse the repository at this point in the history
It looks like it was simply a difference between automake versions,
let's see if it pans out.

Refs #2139
  • Loading branch information
Dridi committed Jan 16, 2017
1 parent 39e5492 commit 48a93f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/vtest.sh
Expand Up @@ -183,6 +183,10 @@ failedtests () (
LOGDIR="varnish-$VERSION/_build/sub/bin/varnishtest/tests"
VTCDIR=bin/varnishtest/tests

# cope with older automake, remove the sub directory
test ! -d $LOGDIR &&
LOGDIR="varnish-$VERSION/_build/bin/varnishtest/tests"

grep -l ':test-result: FAIL' "$LOGDIR"/*.trs |
while read trs
do
Expand Down

0 comments on commit 48a93f6

Please sign in to comment.