Skip to content

Commit

Permalink
Fix failing unit test for mulled work.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Oct 4, 2016
1 parent 1c2a352 commit 43a466e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/jobs/test_runner_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def __init__( self, app, test_directory, tool ):
os.makedirs( tool_working_directory )
self.app = app
self.tool = tool
self.requires_containerization = False
self.state = model.Job.states.QUEUED
self.command_line = "echo HelloWorld"
self.environment_variables = []
Expand Down

0 comments on commit 43a466e

Please sign in to comment.