Skip to content

Commit 8462679

Browse files
committed
fix(jenkins): switch simulation tools before vcover
1 parent 1c8f44f commit 8462679

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/jenkins/common.jenkins

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,9 @@ def commonPrekladMultiVerRun(COMPONENTS, ofm_path = pwd()) {
160160
archiveArtifacts "$path/transcript*" // verification log
161161
if (run_coverage_report) {
162162
// Generate a coverage report file
163+
def command = "python3 ${coverage_reporter} --name \"$name\" --input \"$path/coverage_merged.ucdb\" --output \"$path/coverage_report.json\""
163164
sh(
164-
script: "python3 ${coverage_reporter} --name \"$name\" --input \"$path/coverage_merged.ucdb\" --output \"$path/coverage_report.json\"",
165+
script: "${toolsel}${command}",
165166
returnStatus: true,
166167
returnStdout: false,
167168
)

0 commit comments

Comments
 (0)