From 0bd58ef7a7d47f787250fc1ddcddb3ec7caf2deb Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 17 Jan 2020 12:11:24 +0100 Subject: [PATCH] Add wo secure --port to travis --- tests/travis.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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}"