diff options
-rwxr-xr-x | tests/run.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run.sh b/tests/run.sh index 1c8d7d2..0fc9678 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -30,8 +30,8 @@ # $ bash run.sh # -wd=dirname "$0" -cd $wd +if [ $# -eq 1 ]; then cd $1; fi + start=`date +%s` tests="dmz smtp_ingress reserved_subnet" overall_result=0 |