The testable framework does not parse the -o argument correctly from the command line
Steps:
Create a project using testable with one test
Run the app using the -o argument ( example: mytestapp -0 ~/test.xml,xml)
Expected results:
The -o option is passed to QTest and an xml file called test.xml is produced.
Actual Results:
QTest is not called and no tests are run
The testable framework does not parse the -o argument correctly from the command line
Steps:
Create a project using testable with one test
Run the app using the -o argument ( example: mytestapp -0 ~/test.xml,xml)
Expected results:
The -o option is passed to QTest and an xml file called test.xml is produced.
Actual Results:
QTest is not called and no tests are run