mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-11 10:25:28 +02:00
Remove unneeded wait.
This commit is contained in:
parent
b35b7687b7
commit
6c9c58c657
1 changed files with 1 additions and 4 deletions
|
@ -851,10 +851,7 @@ void TestCreator::createRecursiveScript(const QString& directory, bool interacti
|
|||
textStream << " nitpick = createNitpick(Script.resolvePath(\".\"));" << endl;
|
||||
textStream << " testsRootPath = nitpick.getTestsRootPath();" << endl << endl;
|
||||
textStream << " nitpick.enableRecursive();" << endl;
|
||||
textStream << " nitpick.enableAuto();" << endl << endl;
|
||||
textStream << " if (typeof Test !== 'undefined') {" << endl;
|
||||
textStream << " Test.wait(10000);" << endl;
|
||||
textStream << " }" << endl;
|
||||
textStream << " nitpick.enableAuto();" << endl;
|
||||
textStream << "} else {" << endl;
|
||||
textStream << " depth++" << endl;
|
||||
textStream << "}" << endl << endl;
|
||||
|
|
Loading…
Reference in a new issue