MPS issue job003901

TitleCan't run a single test under the test runner
Statusclosed
Prioritynice
Assigned userGareth Rees
OrganizationRavenbrook
DescriptionThe test runner interprets a single argument as referring to a test suite. But sometimes you just want to run a single test under the test runner (to take adventage of its nicer logging).
AnalysisUse options to distinguish the cases.
How foundmanual_test
EvidenceNone.
Created byGareth Rees
Created on2014-11-07 15:34:52
Last modified byGareth Rees
Last modified on2014-11-08 10:05:05
History2014-11-07 GDR Created.

Fixes

Change Effect Date User Description
187496 closed 2014-11-08 10:05:05 Gareth Rees testrun.sh now takes the suite via the -s option. This means that you can run a single test case.
testrun.sh now takes a "runner" via the -r option. You can pass something like "noaslr" to run all the test cases with ASLR turned off.