mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Added autoTester.enableAuto();
to the recursive tests.
This commit is contained in:
parent
5cbb8674ec
commit
56e5b0e7b4
1 changed files with 2 additions and 1 deletions
|
@ -371,7 +371,8 @@ void Test::createRecursiveScript(const QString& topLevelDirectory, bool interact
|
|||
textStream << "var autoTester = Script.require(\"https://github.com/" + githubUser + "/hifi_tests/blob/"
|
||||
+ gitHubBranch + "/tests/utils/autoTester.js?raw=true\");" << endl;
|
||||
|
||||
textStream << "autoTester.enableRecursive();" << endl << endl;
|
||||
textStream << "autoTester.enableRecursive();" << endl;
|
||||
textStream << "autoTester.enableAuto();" << endl << endl;
|
||||
|
||||
QVector<QString> testPathnames;
|
||||
|
||||
|
|
Loading…
Reference in a new issue