From 52afbeee50131f8febf64b642cc401fc536b4433 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sat, 16 Jun 2018 09:19:03 +0200 Subject: [PATCH] Travis-CI: cipherscan: it helps if you scan on the right port.. --- extras/build-tests/nix/run-tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/build-tests/nix/run-tests b/extras/build-tests/nix/run-tests index 025c87462..0257096ee 100755 --- a/extras/build-tests/nix/run-tests +++ b/extras/build-tests/nix/run-tests @@ -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 -