diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-11-28 09:46:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-28 09:46:58 +0000 |
commit | f7f969d10f2eb085df203ad3cb592788d834b45c (patch) | |
tree | aa61974ced4e8b7dbe921b2fb6ea05f43e3c725b | |
parent | 64cb92222b3574d8c1ec907051b79f9ef87691ab (diff) | |
parent | 2d2269f6de8be6d905627b2903cc0a2a07dca43e (diff) |
Merge "Enable qtip verify job"
-rw-r--r-- | jjb/qtip/qtip-project-jobs.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/jjb/qtip/qtip-project-jobs.yml b/jjb/qtip/qtip-project-jobs.yml index 722a9beb3..f192e8679 100644 --- a/jjb/qtip/qtip-project-jobs.yml +++ b/jjb/qtip/qtip-project-jobs.yml @@ -59,4 +59,9 @@ builders: - shell: | - echo "Nothing to verify!" + #!/bin/bash + set -o errexit + set -o pipefail + set -o xtrace + + tox |