Commit 7a027f3d authored by Geoff Simmons's avatar Geoff Simmons

trackrdrd: adjusted the checksum in the regression test (due to the

           output of the version/revision string in the log)
parent 0aa9059d
...@@ -15,7 +15,7 @@ echo ...@@ -15,7 +15,7 @@ echo
echo "TEST: $0" echo "TEST: $0"
echo "... testing log output at debug level against a known checksum" echo "... testing log output at debug level against a known checksum"
CKSUM=$(../trackrdrd -D -f varnish.binlog -l - -d -c test.conf | cksum) CKSUM=$(../trackrdrd -D -f varnish.binlog -l - -d -c test.conf | cksum)
if [ "$CKSUM" != '772720543 229221' ]; then if [ "$CKSUM" != '1301373213 229245' ]; then
echo "ERROR: Regression test incorrect cksum: $CKSUM" echo "ERROR: Regression test incorrect cksum: $CKSUM"
exit 1 exit 1
fi fi
......
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