From 4d6bd96ddb3f5bee240b747ecf17d0a140cd5679 Mon Sep 17 00:00:00 2001 From: Daniel Zduniak Date: Tue, 19 Sep 2023 22:11:59 +0200 Subject: [PATCH] Update run_ci.sh --- mezzenger-tests/run_ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mezzenger-tests/run_ci.sh b/mezzenger-tests/run_ci.sh index 0168931..1961156 100755 --- a/mezzenger-tests/run_ci.sh +++ b/mezzenger-tests/run_ci.sh @@ -1,6 +1,6 @@ #!/bin/sh set -e -sleep 1 && chrome --headless --enable-logging http://localhost:3030 & +sleep 1 && chrome --headless --enable-logging=stderr --v=1 http://localhost:3030 & sleep 1 && ./tests_client & ./tests_server