Forum Discussion
Taylor_Pack
16 years agoOccasional Contributor
Thanks for the reply. I would like to target the tests to run more specifically. The command line options say:
# s : The TestSuite to run, used to narrow down the tests to run
# c : The TestCase to run, used to narrow down the tests to run
They both use plural "tests" but I can only get one test to run. What is the syntax for specifying a set of tests?
-ctest1 test2 test3
-c'test1 test2 test3'
-c(test1 test2 test3)
None of those seem to work.
# s : The TestSuite to run, used to narrow down the tests to run
# c : The TestCase to run, used to narrow down the tests to run
They both use plural "tests" but I can only get one test to run. What is the syntax for specifying a set of tests?
-ctest1 test2 test3
-c'test1 test2 test3'
-c(test1 test2 test3)
None of those seem to work.