Fix yardstick verify and merge jobs always result in +1 12/1212/1
authorKristian Hunt <kristian.hunt@gmail.com>
Mon, 17 Aug 2015 13:09:46 +0000 (15:09 +0200)
committerKristian Hunt <kristian.hunt@gmail.com>
Mon, 17 Aug 2015 13:15:30 +0000 (15:15 +0200)
JIRA: YARDSTICK-118

Change-Id: If6793555afc0e1513a7c55a5a1b7a82fca241692
Signed-off-by: Kristian Hunt <kristian.hunt@gmail.com>
jjb/yardstick/yardstick.yml

index 87199b5..f672b2b 100644 (file)
     builders:
         - shell: |
             #!/bin/bash
+            set -o errexit
+            set -o pipefail
 
             echo "Running unit tests..."
             cd $WORKSPACE
     builders:
         - shell: |
             #!/bin/bash
+            set -o errexit
+            set -o pipefail
 
             echo "Running unit tests..."
             cd $WORKSPACE