mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 13:28:16 +02: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
|
// Now we push the parent_id, and recursively process each directory
|
||||||
stream << "parent_ids.push(section['id'])\n\n";
|
stream << "parent_ids.push(section['id'])\n\n";
|
||||||
processDirectoryPython(nextDirectory, stream, userGitHub, branchGitHub);
|
processDirectoryPython(nextDirectory, stream, userGitHub, branchGitHub);
|
||||||
} else if (objectName == "test.js" || objectName == "testStory.js") {
|
} else if (objectName == "test.js") {
|
||||||
processTestPython(nextDirectory, stream, userGitHub, branchGitHub);
|
processTestPython(nextDirectory, stream, userGitHub, branchGitHub);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue