[ARVADOS] updated: 1.3.0-713-geb6982790
Git user
git at public.curoverse.com
Wed Apr 17 19:44:23 UTC 2019
Summary of changes:
build/run-tests.sh | 1 +
1 file changed, 1 insertion(+)
via eb6982790aca2975f9d6c01e40b9b9c5aab879ea (commit)
from 79c34c27034d447d3c7141b4f357a1e76e36f831 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit eb6982790aca2975f9d6c01e40b9b9c5aab879ea
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Wed Apr 17 15:43:37 2019 -0400
Fix "failed" status leaking to subsequent attempt.
No issue #
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/build/run-tests.sh b/build/run-tests.sh
index 450f633d6..dbf13940b 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -749,6 +749,7 @@ do_test_once() {
title "test $1"
timer_reset
+ result=
if which deactivate >/dev/null; then deactivate; fi
if ! . "$VENVDIR/bin/activate"
then
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list