diff options
-rw-r--r-- | jjb/vswitchperf/vswitchperf.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/jjb/vswitchperf/vswitchperf.yml b/jjb/vswitchperf/vswitchperf.yml index 3344e187e..16b7d9e75 100644 --- a/jjb/vswitchperf/vswitchperf.yml +++ b/jjb/vswitchperf/vswitchperf.yml @@ -44,10 +44,8 @@ make # run basic sanity test make sanity - scl enable python33 bash - source ~/vsperfenv/bin/activate cd ../ci - ./build-vsperf.sh daily + scl enable python33 "source ~/vsperfenv/bin/activate ; ./build-vsperf.sh daily" - job-template: name: 'vswitchperf-verify-{stream}' |