Skip to content

Commit

Permalink
fix typo in python test invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 8, 2015
1 parent 68c015e commit 9d97c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/UsePythonTest.cmake
Expand Up @@ -49,7 +49,7 @@ ENDIF(WIN32)
MESSAGE(\"PYTHONPATH:\$ENV{PYTHONPATH}\") MESSAGE(\"PYTHONPATH:\$ENV{PYTHONPATH}\")
MESSAGE(STATUS \"Running ${PYTHON_EXECUTABLE} ${loc} ${wo_semicolon}\") MESSAGE(STATUS \"Running ${PYTHON_EXECUTABLE} ${loc} ${wo_semicolon}\")
EXECUTE_PROCESS( EXECUTE_PROCESS(
COMMAND ${PYTHON_EXECUTABLE} ${loc} ${wo_semicolumn} COMMAND ${PYTHON_EXECUTABLE} ${loc} ${wo_semicolon}
RESULT_VARIABLE import_res RESULT_VARIABLE import_res
) )
# Pass the output back to ctest # Pass the output back to ctest
Expand Down

0 comments on commit 9d97c7c

Please sign in to comment.