Add debug when running Functest jjbs
[releng.git] / jjb / functest / functest.yaml
index 3f3b1ae..a231c66 100644 (file)
@@ -90,7 +90,8 @@
     name: functest-run-containers
     builders:
       - shell: |
-          set +ex
+          set +e
+          set -x
           [ ! -z "$WORKSPACE" ] && sudo rm -rf $WORKSPACE/* || true
           if [ "{repo}" = "_" ]; then
             image={container}:{tag}