diff --git a/dist/index.js b/dist/index.js index 27fbce8..a211157 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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) } diff --git a/src/index.js b/src/index.js index 4aca013..efe4f5c 100644 --- a/src/index.js +++ b/src/index.js @@ -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) }