diff options
-rw-r--r-- | jjb/yardstick/yardstick.yml | 12 |
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 |