Name
rsta — Generate answers to a solution before running
rst.
Synopsis
Version 1:
rst
{
assignment
} [[ p | f | t ] | c ] {
suite
} [ '
studentglob
' [
run_id
] ]
Version 2:
rst
[
options
] {
assignment
} {
suite
} [
run_id
]
Usage
All parameters are interpreted exactly the same as with
rst.
Description
This command is exactly like rst except that before applying
runTests to each student submission it first applies
runTests to the official sample solution. The official solution must be placed in
marking/assign
/solution/
in order for
rsta to find it. For consistency, it is good practice to keep the solution in this location even if auto-testing is not being done. The results of this application will be stored in
marking/assign
/test.suite
/answers
.
Topic revision: r1 - 2016-01-11
- YiLee