From 6519d71b849313d27fb4cec821455d773ff5b032 Mon Sep 17 00:00:00 2001 From: NikitaUnisikhin <92248695+NikitaUnisikhin@users.noreply.github.com> Date: Thu, 25 Apr 2024 13:43:59 +0500 Subject: [PATCH] fix (#603) --- docker/shell-test/console_role_test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/shell-test/console_role_test.sh b/docker/shell-test/console_role_test.sh index 82b37501..087dc762 100755 --- a/docker/shell-test/console_role_test.sh +++ b/docker/shell-test/console_role_test.sh @@ -1,8 +1,9 @@ #!/bin/bash -x -#Tests are based on fact that in case of insufficient privilege +# Tests are based on fact that in case of insufficient privilege # psql return nothing and all of logging done by odyssey +sleep 1 /usr/bin/odyssey /shell-test/conf.conf response=$(psql -U rogue -d console -h localhost -p 6432 -c 'show errors;')