From 781013145795c30cc9c8e7d319df6fff54b4a882 Mon Sep 17 00:00:00 2001 From: Omar Khan Date: Fri, 25 Mar 2016 19:04:29 +0700 Subject: [PATCH] Fail fast if the reset-test-db script fails --- scripts/reset-test-db.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/reset-test-db.sh b/scripts/reset-test-db.sh index cd04081909..838d23189e 100755 --- a/scripts/reset-test-db.sh +++ b/scripts/reset-test-db.sh @@ -22,6 +22,9 @@ # ############################################################################ +# Fail fast +set -e + DB_CACHE_DIR="common/test/db_cache" declare -A databases