diff options
author | Ryota Mibu <r-mibu@cq.jp.nec.com> | 2016-01-06 03:50:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-06 03:50:19 +0000 |
commit | 3727475b671a3895040960784384c92c80009bdd (patch) | |
tree | 7a1af75b620bf7c390d9852ab8723b0153e9df8c | |
parent | f1f1544ec8e4137be578870c35ae64421e6b6307 (diff) | |
parent | a81601b90ca189f3ce939dd654a422465d6cebab (diff) |
Merge "bug fix: fix results path on Functest container"
-rw-r--r-- | jjb/functest/res-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/res-build.sh b/jjb/functest/res-build.sh index 9d425773d..1f4699681 100644 --- a/jjb/functest/res-build.sh +++ b/jjb/functest/res-build.sh @@ -9,7 +9,7 @@ res_build_date=$(date -u +"%Y-%m-%d_%H-%M-%S") # Result directory in the jumphost # to be used only with CI -dir_result="${HOME}/opnfv/functest/reports" +dir_result="${HOME}/opnfv/functest/results" # Clean the results directory # remove json file for rally, export only html |