aboutsummaryrefslogtreecommitdiff
path: root/docs/2026-06-10-modern-cli-tools-evaluation.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-25 23:24:04 -0400
committerCraig Jennings <c@cjennings.net>2026-06-25 23:24:04 -0400
commitf02805ba3e389add74321648d57224e19ab9f9cb (patch)
treebab34420d2e172bb0436d22e7027fe1169af94d2 /docs/2026-06-10-modern-cli-tools-evaluation.org
parent5f63b11936fb3eff942082641883a620125ee3e6 (diff)
downloadarchsetup-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 'docs/2026-06-10-modern-cli-tools-evaluation.org')
0 files changed, 0 insertions, 0 deletions