mirror of https://github.com/aminya/setup-cpp
test: fix OpenCppCoverage path test
This commit is contained in:
parent
abb5917b83
commit
6333bf6bfa
|
@ -7,8 +7,8 @@ describe("setup-OpenCppCoverage", () => {
|
||||||
if (process.platform !== "win32") {
|
if (process.platform !== "win32") {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
await setupOpencppcoverage("", "", process.arch)
|
const installationInfo = await setupOpencppcoverage("", "", process.arch)
|
||||||
|
|
||||||
await testBin("OpenCppCoverage", null) // OpenCppCoverage exits with non-zero even with --help
|
await testBin("OpenCppCoverage", null, installationInfo?.binDir) // OpenCppCoverage exits with non-zero even with --help
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue