summaryrefslogtreecommitdiff
path: root/.functests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-10-14 18:03:04 +0000
committerGerrit Code Review <review@openstack.org>2016-10-14 18:03:04 +0000
commit1c3027fce5504f3b2862744a742118b1e8c860ea (patch)
treef4adc144513fa801b7136adfb82131c1030ef2e3 /.functests
parent20c143e7a37a5268d586582dc16c359c5de9e366 (diff)
parent19102c6e7f501241f36e5e40d27ab3ba5dcc6655 (diff)
downloadswift-1c3027fce5504f3b2862744a742118b1e8c860ea.tar.gz
Merge "Apply bash error handling consistently in all bash scripts"
Diffstat (limited to '.functests')
-rwxr-xr-x.functests1
1 files changed, 0 insertions, 1 deletions
diff --git a/.functests b/.functests
index 5e3b17717..fb491a3af 100755
--- a/.functests
+++ b/.functests
@@ -4,7 +4,6 @@
# SWIFT_TEST_IN_PROCESS=1 tox -e func -- --pdb test.functional.tests.TestFile.testCopy
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