This page describes how to generate the Regression Test Reports. It is of interest primarily to people authorized by the release managers to run the reports.
bash
), but all testing and current use has been on Linux.
Works fine in a Linux VirtualBox virtual machine running on a Windows
host.Send your public ssh key to Rene Rivera.
Run once only:
cd ~ # or some other directory of your choice mkdir boost-reports # or some other name of your choice
This step performs the following actions:
To run:
cd ~/boost/boost-reports # i.e. the directory created above curl -o build_results_all.sh https://raw.githubusercontent.com/boostorg/regression/develop/reports/src/build_results_all.sh chmod +x build_results_all.sh ./build_results_all.shIn place of "curl" you could use "wget" or any other web command client.
The build_results_all.sh script generates log files for the report generation (develop.log and master.log). They are handy for debugging problems.
Thanks to Tom Kent, Steven Watanabe, and Rene Rivera for illuminating various dark corners of how reporting works.
Copyright Beman Dawes 2014. Copyright Rene Rivera 2014-2015.
Distributed under the Boost Software License, Version 1.0.