diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2021-07-01 06:57:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2021-07-01 06:57:08 +0000 |
commit | fcd901a6dbe0e3f467543eacb0ed7eff13bbe761 (patch) | |
tree | e6112835173f04cb5f289f48d5f253405ac7cd42 /jjb/functest | |
parent | 27b1ed1f86c691e8b97540542cdf772cbc433943 (diff) | |
parent | 00cf0af21949ddcff4811702848f0cce5d492cff (diff) |
Merge "Debug issues in Xtesting jobs"
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/xtesting.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 4ad16d0d9..573e02ca5 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -86,7 +86,7 @@ name: xtesting-run-containers builders: - shell: | - set +x + set -ex volumes=; for i in $(echo {volumes} | tr -d '[] ' |sed "s/,/ /g" ); do volumes="-v $i $volumes"; done env=; for i in $(eval echo {env} | tr -d '[] ' |sed "s/,/ /g" ); do env="-e $i $env"; done [ ! -z "$WORKSPACE" ] && rm -rf $WORKSPACE/results || true |