Apply bash error handling consistently in all bash scripts

Change-Id: I36dcff9cc2593bcfb6aebbe84b59d95c711eb3e4
This commit is contained in:
Ondřej Nový
2016-08-18 09:48:45 +02:00
parent 9be2a58576
commit 19102c6e7f
6 changed files with 16 additions and 18 deletions

View File

@@ -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