Tries to work around crash of the testsuite in Travis.

This commit is contained in:
xawotihs
2013-10-30 00:20:58 +01:00
parent f08f0ad3b9
commit db1c552321

View File

@@ -611,7 +611,7 @@ void TestSuite::ThreadProc(void* inParam)
int TestSuite::run()
{
mProcessing = true;
loadNext();
// loadNext();
ThreadProc(this);
return nbFailed + nbAIFailed;