remove(tools,docker): stderr ignore making it hard to debug

This commit is contained in:
2026-02-22 21:06:47 +01:00
parent ce44dde2c6
commit 1f33854b27
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ if [ ! -d "$TEST_DIR" ]; then
exit 1
fi
if ! psql -d "$DB" -c '\q' 2>/dev/null; then
if ! psql -d "$DB" -c '\q'; then
echo "Error: cannot connect to database: $DB" >&2
echo "Ensure the database exists and is accessible" >&2
exit 1