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

Launch gui on travis and kills it after 3 seconds.

parent a459eb1e
No related branches found
No related tags found
No related merge requests found
......@@ -26,4 +26,7 @@ set -e
sudo dpkg -D=2 -i ../moose*.deb
cd ~ && /usr/bin/python -c \
"import moose; print moose.version(); print( moose.__file__ ); moose.test( timeout = 10 )"
# Now launch gui, terminate is after 3 seconds.
timeout -k 3 moosegui
)
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