Skip to content

Commit

Permalink
keep going
Browse files Browse the repository at this point in the history
  • Loading branch information
datYori committed Jan 8, 2025
1 parent 6e68c2f commit 3967690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
python -c "import sqlalchemy;import psycopg2"
set +e
make easycheck
make easycheck REGRESS_OPTS="--keep-going"
RESULT=$?
set -e
if [[ $RESULT -ne 0 ]]; then
Expand Down

0 comments on commit 3967690

Please sign in to comment.