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()
|
int TestSuite::run()
|
||||||
{
|
{
|
||||||
mProcessing = true;
|
mProcessing = true;
|
||||||
loadNext();
|
// loadNext();
|
||||||
ThreadProc(this);
|
ThreadProc(this);
|
||||||
|
|
||||||
return nbFailed + nbAIFailed;
|
return nbFailed + nbAIFailed;
|
||||||
|
|||||||
Reference in New Issue
Block a user