diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-09-19 21:45:02 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-09-19 21:45:46 -0400 |
commit | 972c08d14af94a5f6766f4c1b9ab4f63de57bbf7 (patch) | |
tree | 97e96efda68035c386cb5b6c164e1571e915de08 /jjb | |
parent | 82d58651bbf7a2bd5ee0a74bf767be71c27a8eef (diff) |
bottlenecks: bugfix for script path
Change-Id: I7caeca83ed2f6302b7c3eca6524ab285d61b429a
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/bottlenecks/bottlenecks-project-jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/bottlenecks/bottlenecks-project-jobs.yml b/jjb/bottlenecks/bottlenecks-project-jobs.yml index ca2fa40f7..51782a255 100644 --- a/jjb/bottlenecks/bottlenecks-project-jobs.yml +++ b/jjb/bottlenecks/bottlenecks-project-jobs.yml @@ -212,6 +212,6 @@ pip install -r requirements.txt # unit tests - ./tests.sh + /bin/bash $WORKSPACE/tests.sh deactivate |