Commit 2da3af93 authored by Geoff Simmons's avatar Geoff Simmons

Compress the Varnish binary log used for the regression test.

So that it's not too large for git repos with limitations on file
sizes.
parent e4ee7ce9
......@@ -13,7 +13,8 @@ dist_check_SCRIPTS = test_spmcq_loop.sh regress.sh
AM_TESTS_ENVIRONMENT = TESTDIR=$(srcdir)
CLEANFILES = testing.log stderr.txt trackrdrd.pid trackrdrd_*.conf.new
CLEANFILES = testing.log stderr.txt trackrdrd.pid trackrdrd_*.conf.new \
varnish.binlog
DISTCLEANFILES = mq_test.log mq_log.log
test_parse_SOURCES = \
......
......@@ -33,6 +33,8 @@ function regress {
cp $TESTDIR/file_mq.conf .
fi
gunzip -k $1.gz
../trackrdrd -D -f $1 -l $LOG -d -c test.conf
# Check ckums of the log with and without logs from the worker thread,
......
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