TESTBED: Sanity check
This commit is contained in:
parent
d33c444f05
commit
b9fc8cf746
1 changed files with 3 additions and 0 deletions
|
@ -152,6 +152,9 @@ void TestbedEngine::invokeTestsuites(TestbedConfigManager &cfMan) {
|
||||||
Common::Point pt = Testsuite::getDisplayRegionCoordinates();
|
Common::Point pt = Testsuite::getDisplayRegionCoordinates();
|
||||||
int numSuitesEnabled = cfMan.getNumSuitesEnabled();
|
int numSuitesEnabled = cfMan.getNumSuitesEnabled();
|
||||||
|
|
||||||
|
if (!numSuitesEnabled)
|
||||||
|
return;
|
||||||
|
|
||||||
for (iter = _testsuiteList.begin(); iter != _testsuiteList.end(); iter++) {
|
for (iter = _testsuiteList.begin(); iter != _testsuiteList.end(); iter++) {
|
||||||
if (shouldQuit()) {
|
if (shouldQuit()) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue