Install PyYAML into VENVDIR for non-Python tests that use run_test_server.py. no...
authorPeter Amstutz <peter.amstutz@curoverse.com>
Mon, 1 Dec 2014 20:46:35 +0000 (15:46 -0500)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Mon, 1 Dec 2014 20:46:59 +0000 (15:46 -0500)
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 !!!!!!"