Commit 48a93f69 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Fix vtest on SmartOS

It looks like it was simply a difference between automake versions,
let's see if it pans out.

Refs #2139
parent 39e5492b
......@@ -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
......
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