This commit is contained in:
NikitaUnisikhin 2024-04-25 13:43:59 +05:00 committed by GitHub
parent 9ea5d803c0
commit 6519d71b84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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;')