Install PyYAML into VENVDIR for non-Python tests that use run_test_server.py. no...
[arvados-dev.git] / jenkins / run-tests.sh
index ad8e9f634de098d29449be8f94aa613db07ee3f7..97cb27b21d8f360a228931fe046685e74875fcdf 100755 (executable)
@@ -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 !!!!!!"