Tries to work around crash of the testsuite in Travis.
This commit is contained in:
@@ -611,7 +611,7 @@ void TestSuite::ThreadProc(void* inParam)
|
||||
int TestSuite::run()
|
||||
{
|
||||
mProcessing = true;
|
||||
loadNext();
|
||||
// loadNext();
|
||||
ThreadProc(this);
|
||||
|
||||
return nbFailed + nbAIFailed;
|
||||
|
||||
Reference in New Issue
Block a user