summaryrefslogtreecommitdiffstats
path: root/jjb/yardstick/yardstick.yml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/yardstick/yardstick.yml')
-rw-r--r--jjb/yardstick/yardstick.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/jjb/yardstick/yardstick.yml b/jjb/yardstick/yardstick.yml
index 4783ba1b7..d7a8c0d5d 100644
--- a/jjb/yardstick/yardstick.yml
+++ b/jjb/yardstick/yardstick.yml
@@ -121,9 +121,9 @@
builders:
- shell: |
- pwd
- find .
- echo "Hello world from yardstick"
+ echo "Running unit tests..."
+ cd $WORKSPACE
+ ./run_tests.sh
- job-template:
name: 'yardstick-merge'
@@ -177,6 +177,6 @@
builders:
- shell: |
- pwd
- find .
- echo "Hello world from yardstick"
+ echo "Running unit tests..."
+ cd $WORKSPACE
+ ./run_tests.sh