mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Fixed appearance of dual tests.
This commit is contained in:
parent
87e7eb78a8
commit
22953e6ab0
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ void TestRailInterface::processDirectoryPython(const QString& directory,
|
|||
// Now we push the parent_id, and recursively process each directory
|
||||
stream << "parent_ids.push(section['id'])\n\n";
|
||||
processDirectoryPython(nextDirectory, stream, userGitHub, branchGitHub);
|
||||
} else if (objectName == "test.js" || objectName == "testStory.js") {
|
||||
} else if (objectName == "test.js") {
|
||||
processTestPython(nextDirectory, stream, userGitHub, branchGitHub);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue