From 15da6fa34b4f26b3d1a1af76c0bbd70915f519cd Mon Sep 17 00:00:00 2001 From: varac Date: Sun, 9 Apr 2017 12:06:40 +0200 Subject: [benchmarks] Ignore failed commits --- benchmark-all-commits.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/benchmark-all-commits.sh b/benchmark-all-commits.sh index 907ec280..aec50e3f 100755 --- a/benchmark-all-commits.sh +++ b/benchmark-all-commits.sh @@ -12,7 +12,10 @@ # # - Error handling. This script is dump and will run forever. -set -e +# Too many commits just fail for different reasons, +# so we just benchmark thoses that succeed. +#set -e + #rm -rf testing/.tox -- cgit v1.2.3