Skip to content

Commit

Permalink
fixup! install: new test to check against reference files
Browse files Browse the repository at this point in the history
  • Loading branch information
ydirson committed Sep 16, 2024
1 parent 01af8d5 commit 1d59a78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/runtests-postupgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ for conf in "${REFCONFS[@]}"; do

# FIXME: check fsdiff with TLS activated, since that's what the 8.3+ ref have

run_pytest "$conf" \
run_pytest "$conf/fsdiff" \
--hosts="cache://${host1}" \
--log-file=test-fsdiff-$conf.log \
tests/fs-diff/test_fsdiff_ref.py::test_fsdiff_against_ref
tests/fs-diff/test_fsdiff_ref.py::test_fsdiff_against_ref \
"$@"
done

report_failures

0 comments on commit 1d59a78

Please sign in to comment.