Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaUnisikhin committed Apr 1, 2024
1 parent 34947dc commit 4e5d0e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/shell-test/console_role_test.sh
Original file line number Diff line number Diff line change
@@ -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;')
Expand Down

0 comments on commit 4e5d0e2

Please sign in to comment.