diff options
author | Ondřej Nový <ondrej.novy@firma.seznam.cz> | 2016-08-18 09:48:45 +0200 |
---|---|---|
committer | Ondřej Nový <ondrej.novy@firma.seznam.cz> | 2016-10-11 22:13:06 +0200 |
commit | 19102c6e7f501241f36e5e40d27ab3ba5dcc6655 (patch) | |
tree | e5c8b38575d5b243acda43e33ed6a4a38082e0ef /.functests | |
parent | 9be2a58576f391f5db8dfc393115b1fe6a660d8c (diff) | |
download | swift-19102c6e7f501241f36e5e40d27ab3ba5dcc6655.tar.gz |
Apply bash error handling consistently in all bash scripts
Change-Id: I36dcff9cc2593bcfb6aebbe84b59d95c711eb3e4
Diffstat (limited to '.functests')
-rwxr-xr-x | .functests | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.functests b/.functests index af989f50f..8ebae44d2 100755 --- a/.functests +++ b/.functests @@ -1,7 +1,6 @@ #!/bin/bash SRC_DIR=$(python -c "import os; print os.path.dirname(os.path.realpath('$0'))") -set -e cd ${SRC_DIR} export TESTS_DIR=${SRC_DIR}/test/functional |