Skip to content
Snippets Groups Projects
Commit 6f66a62c authored by Daniel Savchenko's avatar Daniel Savchenko
Browse files

remove the stdin part

parent c21589bd
No related branches found
No related tags found
2 merge requests!265Mac fix,!264Mac fix
...@@ -185,7 +185,6 @@ print("Working directory for test execution: " + os.getcwd(), flush=True) ...@@ -185,7 +185,6 @@ print("Working directory for test execution: " + os.getcwd(), flush=True)
# call ctest # call ctest
ctest = subprocess.run( ctest = subprocess.run(
[ctest_executable, "-C", "Debug", "--no-tests=error", "--no-compress-output", "--output-on-failure","--gtest_output=xml:report.xml"], [ctest_executable, "-C", "Debug", "--no-tests=error", "--no-compress-output", "--output-on-failure","--gtest_output=xml:report.xml"],
stdin=subprocess.DEVNULL,
stdout=subprocess.PIPE, stdout=subprocess.PIPE,
stderr=subprocess.PIPE) stderr=subprocess.PIPE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment