[Spec tests] Add path element at testMaps for main links also
This commit is contained in:
@@ -67,7 +67,7 @@ object TestsJsonMapGenerator {
|
||||
collectInfoFromTestsTemp(
|
||||
testsMap = testsMap,
|
||||
specTest = specTest,
|
||||
testInfoForMainLink = getTestInfo(specTest),
|
||||
testInfoForMainLink = getTestInfo(specTest, file, LinkType.MAIN),
|
||||
testInfoForPrimaryLink = getTestInfo(specTest, file, LinkType.PRIMARY),
|
||||
testInfoForSecondaryLink = getTestInfo(specTest, file, LinkType.SECONDARY)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user