Fix tox-with-tmpdir-passed-in

This is a shell, we cannot exit script. Instead exit with return value
of the script.

Change-Id: I646c89582dd029667a45c4f436b5de65586f9881
This commit is contained in:
Andreas Jaeger 2016-11-19 12:46:42 +01:00 committed by Jeremy Stanley
parent a5ef9fcd6b
commit f0754c93b0
1 changed files with 2 additions and 2 deletions

View File

@ -780,9 +780,9 @@
name: tox-with-tmpdir-passed-in
builders:
- shell: |
#!/bin/bash
#!/bin/bash -x
export TMPDIR={new_tmpdir_loc}
exit /usr/local/jenkins/slave_scripts/run-tox.sh {envlist}
/usr/local/jenkins/slave_scripts/run-tox.sh {envlist}
- builder:
name: assert-no-extra-files