Skip to content
Snippets Groups Projects
Commit bab873b4 authored by Janik Zikovsky's avatar Janik Zikovsky
Browse files

Refs #2167: Testviewer shows console output while running a long test, if not in parallel.

parent 6f876ff3
No related branches found
No related tags found
No related merge requests found
......@@ -443,8 +443,8 @@ class TestSuite(object):
os.chdir(rundir)
# In order to catch "segmentation fault" message, we call bash and get the output of that!
#full_command = "bash -c '%s'" % self.command
full_command = self.command
full_command = "bash -c '%s'" % self.command
#full_command = self.command
#full_command = "cd /home/8oz/Code/Mantid/Code/Mantid/bin/ ; ./MDEventsTest -v"
# Execute the test command; wait for it to return
......
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