mirror of
https://github.com/apple/pkl.git
synced 2026-04-22 00:08:33 +02:00
Fix pkl-doc native test (#1224)
This commit is contained in:
@@ -37,6 +37,10 @@ class NativeExecutableTest {
|
|||||||
@ParameterizedTest()
|
@ParameterizedTest()
|
||||||
@MethodSource("generateDocs")
|
@MethodSource("generateDocs")
|
||||||
fun test(relativePath: String) {
|
fun test(relativePath: String) {
|
||||||
DocTestUtils.testExpectedFile(helper.expectedOutputDir, helper.actualOutputDir, relativePath)
|
DocTestUtils.testExpectedFile(
|
||||||
|
helper.expectedOutputDir,
|
||||||
|
helper.baseActualOutputDir,
|
||||||
|
relativePath,
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user