BitterSuite Initial Setup

The following options should be in the file /u/csXXX/.rstrc:

default_runTests=/u/isg/bittersuite3/runTests
default_computeMarks=/u/isg/bittersuite3/computeMarks

The BitterSuiteWalkthrough will also be assuming you are using RSTVersion2, so the following line should also be in that file:

rst_version=2

The use of default runTests and computeMarks programs for RST will simplify the creation of a BitterSuite test suite by removing the requirement that stub runTests and computeMarks be provided in each testing suite directory.

Why specify default runTests and computeMarks?

Every RST suite will now see these commands automatically. Otherwise, you would have to copy the following content into a runTests file in every suite directory:

#!/bin/sh
exec /u/isg/bittersuite3/runTests 
and the following into a computeMarks file in every suite directory:
#!/bin/sh
exec /u/isg/bittersuite3/computeMarks
Edit | Attach | Watch | Print version | History: r6 < r5 < r4 < r3 < r2 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r6 - 2010-10-27 - PeterSinclair
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback