summaryrefslogtreecommitdiff
path: root/tools/regression/xsl_reports/README.txt
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-04-08 03:09:47 +0000
committer <>2015-05-05 14:37:32 +0000
commitf2541bb90af059680aa7036f315f052175999355 (patch)
treea5b214744b256f07e1dc2bd7273035a7808c659f /tools/regression/xsl_reports/README.txt
parented232fdd34968697a68783b3195b1da4226915b5 (diff)
downloadboost-tarball-master.tar.gz
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2.HEADboost_1_58_0master
Diffstat (limited to 'tools/regression/xsl_reports/README.txt')
-rw-r--r--tools/regression/xsl_reports/README.txt27
1 files changed, 0 insertions, 27 deletions
diff --git a/tools/regression/xsl_reports/README.txt b/tools/regression/xsl_reports/README.txt
deleted file mode 100644
index 0f9cccda4..000000000
--- a/tools/regression/xsl_reports/README.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-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.