Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde committed Jul 15, 2024
1 parent eb99e31 commit b671c97
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28912,7 +28912,6 @@ function run_tests(command_line_maker)
}
}
options.silent = false
options.cwd = command_line_maker.workingDirectory()
exec.exec('ctest',command_line_maker.runtestCommandParameters(), options)
}

Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ function run_tests(command_line_maker)
}
}
options.silent = false
options.cwd = command_line_maker.workingDirectory()
exec.exec('ctest',command_line_maker.runtestCommandParameters(), options)
}

Expand Down

0 comments on commit b671c97

Please sign in to comment.