I know you can run test conductor test cases from a batch file. I have a script designed to do this. the issue i am facing is that it is running through all of the test cases and not just the ones that I want.
For example I want test cases in Tpkg_MikesTest. The line in my bat file that references what test case is the following
...
TPkg_MikesTest::TPkg_MikesTest_Comp DefaultConfig
syncmake
...
any ideas as to why it is going through all of the test cases in my .rpy file and not just in TPkg_MikesTest.
Thanks