mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
Correct message to user.
This commit is contained in:
parent
4effd365ed
commit
59a030a16f
1 changed files with 3 additions and 3 deletions
|
@ -620,7 +620,7 @@ void Test::createTestAutoScript() {
|
|||
}
|
||||
|
||||
if (createTestAutoScript(_testDirectory)) {
|
||||
QMessageBox::information(0, "Success", "'nitpick.js` script has been created");
|
||||
QMessageBox::information(0, "Success", "'testAuto.js` script has been created");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -748,9 +748,9 @@ void Test::createRecursiveScript(const QString& topLevelDirectory, bool interact
|
|||
|
||||
QTextStream textStream(&allTestsFilename);
|
||||
|
||||
textStream << "// This is an automatically generated file, created by auto-tester" << endl;
|
||||
textStream << "// This is an automatically generated file, created by nitpick" << endl;
|
||||
|
||||
// Include 'autoTest.js'
|
||||
// Include 'nitpick.js'
|
||||
QString branch = nitpick->getSelectedBranch();
|
||||
QString user = nitpick->getSelectedUser();
|
||||
|
||||
|
|
Loading…
Reference in a new issue