Vladimir Prus b9de38d29e Add some readme. 16 лет назад
..
test 1845c00d91 xsl_reports: display the corresponding run's revision/timestamp on the test output page 18 лет назад
utils ed26f28b8d Adjust to differences in space handling between different xsltproc versions 19 лет назад
xsl 7e55d689e2 Handle "run_mpi" test kind in more places. 16 лет назад
README.txt b9de38d29e Add some readme. 16 лет назад
boost_wide_report.py 41cab0fc7e Adjust to new results location, after URI got published on the email lists. 17 лет назад
boostbook_report.py ab4194f48f Merge regression reports fixed from RC_1_34_0 19 лет назад
build_results.sh 3fb0051e2d Remove unknown option to rsync (changed -vuzhh to 17 лет назад
email_maintainers.py c7e3415aa6 Fix typo 18 лет назад
empty_expected_results.xml e53afebc73 add XSL based reports 23 лет назад
make_snapshot.py 2eb9dcf269 Bug fix 19 лет назад
report.py 9b03c33f05 Repoint old CVS links to SVN (patch by Niko Demmel) 18 лет назад
test_results.xsd 07de652bd9 add run_fail value 22 лет назад

README.txt



This folder keeps scripts the produce the Boost regression test tables.

The entry point is the boost_wide_report.py script. In the simplest
case, it should be run as:

python boost_wide_report.py
--locate-root=XXX
--results-dir=YYY
--tag trunk
--expected-results=XXX
--failures-markup=XXX

The 'trunk' is the tag of things that are tested, and should match the
directory name on the server keeping uploaded individual results.
'results-dir' is a directory where individual results (zip files) will
be downloaded, and then processed. expected-results and failures-markup
should be paths to corresponding files in 'status' subdir of boost tree.
locate-root should point at boost root, it's unclear if it of any use
now.

This will download and process *all* test results, but it will not
upload them, so good for local testing. It's possible to run
this command, interrupt it while it processes results, leave just
a few .zip files in result dir, and then re-run with --dont-collect-logs
option, to use downloaded zips only.
粤ICP备19079148号