Skip to content

Commit

Permalink
Refs #4316 Build servers are not setup for GUI testing
Browse files Browse the repository at this point in the history
because they need a X server and do not have one set up. Complains about passwords.
  • Loading branch information
Janik Zikovsky committed Dec 13, 2011
1 parent b046c00 commit 643e27c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Code/Mantid/MantidQt/SliceViewer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ endif ()
###########################################################################

# python unit tests
if (PYUNITTEST_FOUND)
#if (PYUNITTEST_FOUND )
if ( 0 )
pyunittest_add_test ( SliceViewerTest.py ${TEST_PY_FILES} "" )
add_dependencies ( SliceViewerTest.py MantidQt Algorithms )
add_dependencies ( GUITests SliceViewerTest.py )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from mantidsimple import *
import libmantidqtpython


# Create the application only once per test; otherwise I get a segfault
app = Qt.QApplication(sys.argv)

# Create a test data set
Expand Down

0 comments on commit 643e27c

Please sign in to comment.