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

Removed line which lauched GUI. It fails on travis since DISPLAY is not

enabled.
May be some other test to test the gui without lauching it?
parent 0c6b9a84
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,8 @@ set -e ...@@ -27,7 +27,8 @@ set -e
cd ~ && /usr/bin/python -c \ cd ~ && /usr/bin/python -c \
"import moose; print moose.version(); print( moose.__file__ ); moose.test( timeout = 10 )" "import moose; print moose.version(); print( moose.__file__ ); moose.test( timeout = 10 )"
# Now launch gui, terminate is after 3 seconds. # NOTE: Lauching gui would work on travis since DISPLAY is defined.
timeout 3 moosegui # However we can check if files are installed.
# TODO: Put some test for GUI.
) )
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