summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/run.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/run.sh b/tests/run.sh
index b252863..1c8d7d2 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -30,6 +30,8 @@
# $ bash run.sh
#
+wd=dirname "$0"
+cd $wd
start=`date +%s`
tests="dmz smtp_ingress reserved_subnet"
overall_result=0
@@ -65,4 +67,4 @@ done
if (($overall_result == 0)); then echo "Test run overall: PASSED";
else echo "Test run overall: FAILED"
fi
-exit $overall_result \ No newline at end of file
+exit $overall_result