diff --git a/tests/travis.sh b/tests/travis.sh index 0cb9586..62b1514 100644 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -276,6 +276,18 @@ else echo -ne '\n' exit_script +fi +echo -ne " wo secure --port [..]\r" +if { + wo secure --port 22223 +} >>/var/log/wo/test.log; then + echo -ne " wo secure --port [${CGREEN}OK${CEND}]\\r" + echo -ne '\n' +else + echo -e " wo secure --port [${CRED}FAIL${CEND}]" + echo -ne '\n' + exit_script + fi echo -e "${CGREEN}#############################################${CEND}"