diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-17 12:02:47 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-17 12:05:41 +0200 |
commit | ec7db4e0c399ec6a01441139d6ef9caf93297917 (patch) | |
tree | fddaaf33f5005ea6eb3c240d43fd5246aee5d684 /jjb | |
parent | f1415796efec4984962f9817639a5ff2cd9ecd41 (diff) |
Set again run_tests.py's report flag
It was deleted by the previous change [1]
[1] https://gerrit.opnfv.org/gerrit/#/c/34137/
Change-Id: Icfc9b43c30febe21501a9413196cc84f9553ce39
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/functest/functest-loop.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/functest-loop.sh b/jjb/functest/functest-loop.sh index 869c3956c..676890644 100755 --- a/jjb/functest/functest-loop.sh +++ b/jjb/functest/functest-loop.sh @@ -1,7 +1,7 @@ #!/bin/bash set +e - +[[ "$PUSH_RESULTS_TO_DB" == "true" ]] && flags+="-r" cmd="python ${FUNCTEST_REPO_DIR}/functest/ci/run_tests.py -t all ${flags}" container_id=$(docker ps -a | grep opnfv/functest | awk '{print $1}' | head -1) |