We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ec56c commit 073e79bCopy full SHA for 073e79b
flake.nix
@@ -798,6 +798,7 @@
798
--user=supabase_admin \
799
${builtins.concatStringsSep " " sortedTestList}; then
800
echo "pg_regress tests failed"
801
+ cat $out/regression_output/regression.diffs
802
exit 1
803
fi
804
nix/tests/expected/security.out
@@ -26,7 +26,7 @@ order by 1,2;
26
public | st_estimatedextent
27
28
repack | repack_trigger
29
-
30
vault | create_secret
31
vault | update_secret
32
(19 rows)
+
0 commit comments