Skip to content
Snippets Groups Projects
Commit 2ac36ac2 authored by Martyn Gigg's avatar Martyn Gigg
Browse files

Fix environment for MantidPlot tests

parent 84b5d0ff
No related branches found
No related tags found
No related merge requests found
......@@ -921,7 +921,7 @@ else ()
endif ()
# Add an environment property MANTID_SOURCE so that the script can find the source of xmlrunner
set (TEST_ENVIRONMENT "MANTID_SOURCE=${CMAKE_SOURCE_DIR};PYTHONPATH=${CMAKE_CURRENT_SOURCE_DIR}/test;MANTID_SCREENSHOT_REPORT=${SCREENSHOTS_DIR}" )
set (TEST_ENVIRONMENT "MANTID_SOURCE=${CMAKE_SOURCE_DIR};PYTHONPATH=${PYTHON_XMLRUNNER_DIR};MANTID_SCREENSHOT_REPORT=${SCREENSHOTS_DIR}" )
# Fixes for Darwin (MacOS)
if ( ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment