1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 22:03:12 +02:00

Travis-CI: cipherscan: it helps if you scan on the right port..

This commit is contained in:
Bram Matthys
2018-06-16 09:19:03 +02:00
parent da98080860
commit 52afbeee50
+2 -2
View File
@@ -52,8 +52,8 @@ cd -
# Do cipherscan test
sleep 2
cd ../cipherscan
./cipherscan --no-colors 127.0.0.1:5697
#./cipherscan --json 127.0.0.1:5597 >.........
./cipherscan --no-colors 127.0.0.1:5900
#./cipherscan --json 127.0.0.1:5900 >.........
sleep 5
cd -