Skip to content
Snippets Groups Projects
Commit 090a23aa authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Disabling gui sanity test.

parent 581f41b1
No related branches found
No related tags found
No related merge requests found
...@@ -163,13 +163,16 @@ add_test( NAME test_pymoose_sanity ...@@ -163,13 +163,16 @@ add_test( NAME test_pymoose_sanity
COMMAND ${PYTHON_EXECUTABLE} -c "import moose" COMMAND ${PYTHON_EXECUTABLE} -c "import moose"
) )
if(WITH_GUI)
add_test( NAME test_gui_sanity
COMMAND ${PYTHON_EXECUTABLE} ${MOOSE_GUI_INSTALL_DIR}/mgui.py
WORKING_DIRECTORY ${MOOSE_GUI_INSTALL_DIR}
)
endif()
set_tests_properties( test_pymoose_sanity set_tests_properties( test_pymoose_sanity
PROPERTIES ENVIRONMENT "PYTHONPATH=${PYMOOSE_BUILD_DIR}/python" PROPERTIES ENVIRONMENT "PYTHONPATH=${PYMOOSE_BUILD_DIR}/python"
) )
# # This test always fails when -X is not working which is usually the case on
# # Travis and OBS.
# if(WITH_GUI)
# add_test( NAME test_gui_sanity
# COMMAND ${PYTHON_EXECUTABLE} ${MOOSE_GUI_INSTALL_DIR}/mgui.py
# WORKING_DIRECTORY ${MOOSE_GUI_INSTALL_DIR}
# )
# endif()
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment