diff --git a/.tests/.lib.sh b/.tests/.lib.sh index 58edc001..f871a56a 100644 --- a/.tests/.lib.sh +++ b/.tests/.lib.sh @@ -2,10 +2,7 @@ if [ "${#}" != "1" ]; then - exit 1 -fi - -if [ ! -d "${1}" ]; then + echo "[.lib.sh] Error: Invalid number of arguments" exit 1 fi @@ -14,8 +11,6 @@ DEVILBOX_PATH="${1}" - - ################################################################################ # # H E L P E R diff --git a/.travis.yml b/.travis.yml index faeae291..64c6de9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,4 +77,6 @@ before_install: ### script: #- .tests/test_${SERVER}.sh . + - echo $SERVER + - echo $VERSION - .tests/test_single.sh . "${SERVER}" "${VERSION}"