Log timestamp of torture run start.

This commit is contained in:
Ian Gulliver
2015-06-23 03:45:00 +00:00
parent e29838a58e
commit f3bde736f7

View File

@@ -6,5 +6,6 @@ export COSMO_DEBUG=
make test make test
while :; do while :; do
valgrind --leak-check=full --show-reachable=yes --num-callers=20 --suppressions=suppressions ./test > torture.log 2>&1 date > torture.log
valgrind --leak-check=full --show-reachable=yes --num-callers=20 --suppressions=suppressions ./test >> torture.log 2>&1
done done