Skip to content

Commit

Permalink
TESTBED: Sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Nov 27, 2015
1 parent d33c444 commit b9fc8cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engines/testbed/testbed.cpp
Expand Up @@ -152,6 +152,9 @@ void TestbedEngine::invokeTestsuites(TestbedConfigManager &cfMan) {
Common::Point pt = Testsuite::getDisplayRegionCoordinates();
int numSuitesEnabled = cfMan.getNumSuitesEnabled();

if (!numSuitesEnabled)
return;

for (iter = _testsuiteList.begin(); iter != _testsuiteList.end(); iter++) {
if (shouldQuit()) {
return;
Expand Down

0 comments on commit b9fc8cf

Please sign in to comment.