diff options
Diffstat (limited to 'jjb/yardstick/yardstick.yml')
-rw-r--r-- | jjb/yardstick/yardstick.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/jjb/yardstick/yardstick.yml b/jjb/yardstick/yardstick.yml index 7b6a4fbf7..b11f006bd 100644 --- a/jjb/yardstick/yardstick.yml +++ b/jjb/yardstick/yardstick.yml @@ -132,6 +132,8 @@ builders: - shell: | + #!/bin/bash + echo "Running unit tests..." cd $WORKSPACE virtualenv $WORKSPACE/yardstick_venv @@ -192,6 +194,8 @@ builders: - shell: | + #!/bin/bash + echo "Running unit tests..." cd $WORKSPACE virtualenv $WORKSPACE/yardstick_venv @@ -290,4 +294,4 @@ name: yardstick-fetch-os-creds builders: - shell: - !include-raw ../../utils/fetch_os_creds.sh
\ No newline at end of file + !include-raw ../../utils/fetch_os_creds.sh |