Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Jun 26, 2024
1 parent 0935e6c commit aea1deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ db_key=$5

set +e
if $backend_compile -eq "T"; then
pytest $integration/$submodule.py --backend-compile -p no:warnings --tb=short --json-report --json-report-file=test_report.json
pytest $integration/$file.py --backend-compile -p no:warnings --tb=short --json-report --json-report-file=test_report.json
pytest_exit_code=$?
else
pytest $integration/$submodule.py -p no:warnings --tb=short --json-report --json-report-file=test_report.json
pytest $integration/$file.py -p no:warnings --tb=short --json-report --json-report-file=test_report.json
pytest_exit_code=$?
fi
set -e
Expand Down

0 comments on commit aea1deb

Please sign in to comment.