Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
fixup! Keep stdout and stderr when job is completed
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Petter Øren Hauge authored and lars-petter-hauge committed Mar 11, 2019
1 parent 3ceeb6f commit 1ebf1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/res/job_queue/test_workflow_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_error_handling_external_job(self):

self.assertFalse(job.isInternal())
argTypes = job.argumentTypes()
self.assertTrue(job.run(None, []).startswith('Traceback'))
self.assertIsNone(job.run(None, []))
self.assertTrue(job.stderrdata().startswith('Traceback'))


Expand Down

0 comments on commit 1ebf1b1

Please sign in to comment.