activate was deleted by mistake
authorNico Cesar <nico@nicocesar.com>
Wed, 2 Sep 2020 21:56:05 +0000 (17:56 -0400)
committerNico Cesar <nico@nicocesar.com>
Wed, 2 Sep 2020 21:56:05 +0000 (17:56 -0400)
refs #15888

Arvados-DCO-1.1-Signed-off-by: Nico Cesar <nico@curii.com>

build/run-tests.sh

index ca99a97730f861a950a0cf997a7feecdbfcf0010..ee4e3c643ca4429bafb2437cc7031789e73bc533 100755 (executable)
@@ -643,6 +643,7 @@ 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"
 
     # Needed for run_test_server.py which is used by certain (non-Python) tests.