[ARVADOS] updated: 1.3.0-3000-g3e068db75

Git user git at public.arvados.org
Thu Sep 3 15:05:57 UTC 2020


Summary of changes:
 build/run-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  3e068db7568de699f057e4e1ae2ea8c9a32b88a2 (commit)
      from  279388ea25c8f464f31b62ade9bc09c44e8f9078 (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 3e068db7568de699f057e4e1ae2ea8c9a32b88a2
Author: Nico Cesar <nico at nicocesar.com>
Date:   Thu Sep 3 11:05:20 2020 -0400

    maybe all this should be re-done
    
    refs #15888
    
    Arvados-DCO-1.1-Signed-off-by: Nico Cesar <nico at curii.com>

diff --git a/build/run-tests.sh b/build/run-tests.sh
index ee4e3c643..05efdabe9 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -643,8 +643,8 @@ install_env() {
     go mod download || fatal "Go deps failed"
     which goimports >/dev/null || go get golang.org/x/tools/cmd/goimports || fatal "Go setup failed"
 
-     . "$VENV3DIR/bin/activate"
     setup_virtualenv "$VENV3DIR"
+    . "$VENV3DIR/bin/activate"
 
     # Needed for run_test_server.py which is used by certain (non-Python) tests.
     (

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list