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

fix typo

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