Fix pkl-doc native test (#1224)

This commit is contained in:
Daniel Chao
2025-10-03 17:15:14 -07:00
committed by GitHub
parent 2e77d44877
commit c585a40601

View File

@@ -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,
)
} }
} }