Revision: 21821
Author: [email protected]
Date: Thu Jun 12 18:55:09 2014 UTC
Log: Make timestamp of fuzz harness archives finer grained.
[email protected]
Review URL: https://codereview.chromium.org/329303004
http://code.google.com/p/v8/source/detail?r=21821
Modified:
/branches/bleeding_edge/tools/fuzz-harness.sh
=======================================
--- /branches/bleeding_edge/tools/fuzz-harness.sh Wed May 23 07:55:38 2012
UTC
+++ /branches/bleeding_edge/tools/fuzz-harness.sh Thu Jun 12 18:55:09 2014
UTC
@@ -85,7 +85,7 @@
"$d8" $flags "$jsfunfuzz_dir/jsfunfuzz/jsfunfuzz.js"
exit_code=$(cat w* | grep " looking good" -c)
exit_code=$((100-exit_code))
-tar -cjf fuzz-results-$(date +%y%m%d).tar.bz2 err-* w*
+tar -cjf fuzz-results-$(date +%Y%m%d%H%M%S).tar.bz2 err-* w*
rm -f err-* w*
echo "Total failures: $exit_code"
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.