|
Boost Testing : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-03-23 05:39:44
Hi,
say I have an .xml file with test results, and I want to generate HTML
status pages locally. What do I do?
I've tried running:
python report.py --v2 --results-dir=CVS-HEAD --locate-root=foo
but this results in
Traceback (most recent call last):
File "report.py", line 369, in ?
main()
File "report.py", line 366, in main
build_xsl_reports( *accept_args( sys.argv[ 1 : ] ) )
File "report.py", line 232, in build_xsl_reports
import merger
ImportError: No module named merger
TIA,
Volodya