Skip to content

Commit 193941e

Browse files
committed
chore: print regress diffs for easier debugging
1 parent 6f047a7 commit 193941e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -798,6 +798,7 @@
798798
--user=supabase_admin \
799799
${builtins.concatStringsSep " " sortedTestList}; then
800800
echo "pg_regress tests failed"
801+
cat $out/regression_output/regression.diffs
801802
exit 1
802803
fi
803804

0 commit comments

Comments
 (0)