README.txt 1.1 KB

123456789101112131415161718192021222324252627
  1. This folder keeps scripts the produce the Boost regression test tables.
  2. The entry point is the boost_wide_report.py script. In the simplest
  3. case, it should be run as:
  4. python boost_wide_report.py
  5. --locate-root=XXX
  6. --results-dir=YYY
  7. --tag trunk
  8. --expected-results=XXX
  9. --failures-markup=XXX
  10. The 'trunk' is the tag of things that are tested, and should match the
  11. directory name on the server keeping uploaded individual results.
  12. 'results-dir' is a directory where individual results (zip files) will
  13. be downloaded, and then processed. expected-results and failures-markup
  14. should be paths to corresponding files in 'status' subdir of boost tree.
  15. locate-root should point at boost root, it's unclear if it of any use
  16. now.
  17. This will download and process *all* test results, but it will not
  18. upload them, so good for local testing. It's possible to run
  19. this command, interrupt it while it processes results, leave just
  20. a few .zip files in result dir, and then re-run with --dont-collect-logs
  21. option, to use downloaded zips only.
粤ICP备19079148号