From e1fc53f3f8db8a6770dce3f11231191734217211 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Tue, 13 Jan 2015 13:08:48 -0500 Subject: [PATCH] 3021: Check for errors when installing PyYAML. --- jenkins/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh index 9c866153aa..146e7f1630 100755 --- a/jenkins/run-tests.sh +++ b/jenkins/run-tests.sh @@ -325,7 +325,7 @@ then fi # Needed for run_test_server.py which is used by certain (non-Python) tests. -pip install PyYAML +pip install PyYAML || fatal "pip install PyYAML failed" checkexit() { if [[ "$?" != "0" ]]; then -- 2.30.2