You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A problem with tests.test_simple.TestgresTests.test_simple_with_bin_dir is fixed
testgres generates the exception testgres.exceptions.ExecUtilException, but test traps the exception FileNotFoundError.
Error message is:
Utility exited with non-zero code. Error: `bash: line 1: wrong/path/postgres: No such file or directory`
Command: ('wrong/path/postgres --version',)
0 commit comments