Skip to content

Commit

Permalink
Fix tests for the addition of -p option
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Peng committed Jun 1, 2018
1 parent ce00a9a commit 91b8b5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_task.py
Expand Up @@ -418,6 +418,7 @@ def testTrunkSizeOption(self):
'bin_dirs': [],
'workflow_args': [],
'output_dag': '',
'output_report': None,
'targets': [],
'max_procs': 4,
'default_queue': None,
Expand Down Expand Up @@ -451,6 +452,7 @@ def testTrunkWorkersOption(self):
'bin_dirs': [],
'workflow_args': [],
'output_dag': '',
'output_report': None,
'targets': [],
'max_procs': 4,
'default_queue': None,
Expand Down Expand Up @@ -485,6 +487,7 @@ def testTaskTags(self):
'bin_dirs': [],
'workflow_args': [],
'output_dag': '',
'output_report': None,
'targets': [],
'max_procs': 4,
'default_queue': None,
Expand Down Expand Up @@ -513,6 +516,7 @@ def testTaskTags(self):
'bin_dirs': [],
'workflow_args': [],
'output_dag': '',
'output_report': None,
'targets': [],
'max_procs': 4,
'default_queue': None,
Expand Down

0 comments on commit 91b8b5e

Please sign in to comment.