diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-25 23:24:04 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-25 23:24:04 -0400 |
| commit | f02805ba3e389add74321648d57224e19ab9f9cb (patch) | |
| tree | bab34420d2e172bb0436d22e7027fe1169af94d2 /working | |
| parent | 5f63b11936fb3eff942082641883a620125ee3e6 (diff) | |
| download | archsetup-f02805ba3e389add74321648d57224e19ab9f9cb.tar.gz archsetup-f02805ba3e389add74321648d57224e19ab9f9cb.zip | |
fix(testing): keep the bare-metal runner past a failing Testinfra sweep
run-test-baremetal.sh runs under set -e, and the P-D migration left run_testinfra_validation called bare. It returns pytest's rc, so a failing sweep aborted the script before it wrote the report or the TEST FAILED summary. The old run_all_validations returned 0 and never tripped set -e. Mirror the VM runner: set +e around the call, capture the rc, and derive TEST_PASSED from it so the report and summary always run.
Diffstat (limited to 'working')
0 files changed, 0 insertions, 0 deletions
