Commit 3280da2a authored by Geoff Simmons's avatar Geoff Simmons

Update regression test & data to pass make distcheck.

parent 2da3af93
...@@ -130,5 +130,4 @@ test_worker_LDADD = \ ...@@ -130,5 +130,4 @@ test_worker_LDADD = \
@VARNISH_LIBS@ @VARNISH_LIBS@
EXTRA_DIST = file_mq.conf test.conf trackrdrd_001.conf trackrdrd_002.conf \ EXTRA_DIST = file_mq.conf test.conf trackrdrd_001.conf trackrdrd_002.conf \
trackrdrd_003.conf trackrdrd_010.conf varnish.binlog \ trackrdrd_003.conf trackrdrd_010.conf varnish.binlog.gz
varnish.legacy.binlog
...@@ -33,7 +33,7 @@ function regress { ...@@ -33,7 +33,7 @@ function regress {
cp $TESTDIR/file_mq.conf . cp $TESTDIR/file_mq.conf .
fi fi
gunzip -k $1.gz gunzip -c -k $TESTDIR/$1.gz > $1
../trackrdrd -D -f $1 -l $LOG -d -c test.conf ../trackrdrd -D -f $1 -l $LOG -d -c test.conf
......
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