Fix "failed" status leaking to subsequent attempt.
authorTom Clegg <tclegg@veritasgenetics.com>
Wed, 17 Apr 2019 19:43:37 +0000 (15:43 -0400)
committerTom Clegg <tclegg@veritasgenetics.com>
Wed, 17 Apr 2019 19:43:37 +0000 (15:43 -0400)
No issue #

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

build/run-tests.sh

index 450f633d65bc7a1b614127d95aabe128cd3cd66b..dbf13940b2360997ab5885c8648b095a2b12ea33 100755 (executable)
@@ -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