X-Git-Url: https://git.arvados.org/arvados-dev.git/blobdiff_plain/d0e6362a7388d6e17d43f92ec64d13d5ee206894..4d4d004399af1dc0a99d67893f818756a8d19a90:/jenkins/run-tests.sh diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh index ad8e9f6..97cb27b 100755 --- a/jenkins/run-tests.sh +++ b/jenkins/run-tests.sh @@ -191,6 +191,9 @@ ln -sfn "$WORKSPACE" "$GOPATH/src/git.curoverse.com/arvados.git" \ virtualenv --setuptools "$VENVDIR" || fatal "virtualenv $VENVDIR failed" . "$VENVDIR/bin/activate" +# Needed for run_test_server.py which is used by certain (non-Python) tests. +pip install PyYAML + checkexit() { if [[ "$?" != "0" ]]; then title "!!!!!! $1 FAILED !!!!!!"