[ARVADOS] updated: d66f01bcf5a50e10879219c1b5e498f04a6d70f4

Git user git at public.curoverse.com
Fri Sep 30 11:58:53 EDT 2016


Summary of changes:
 sdk/cwl/tests/test_job.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  d66f01bcf5a50e10879219c1b5e498f04a6d70f4 (commit)
      from  c8bb5cc118575835aa38122c7035989eeebe759f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit d66f01bcf5a50e10879219c1b5e498f04a6d70f4
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Fri Sep 30 11:58:49 2016 -0400

    10032: Fix test to include --preserve-entire-environment

diff --git a/sdk/cwl/tests/test_job.py b/sdk/cwl/tests/test_job.py
index e36a607..7f31520 100644
--- a/sdk/cwl/tests/test_job.py
+++ b/sdk/cwl/tests/test_job.py
@@ -247,7 +247,7 @@ class TestWorkflow(unittest.TestCase):
                                    'workflow.cwl': '$(task.keep)/99999999999999999999999999999999+118/workflow.cwl',
                                    'cwl.input.yml': '$(task.keep)/99999999999999999999999999999999+118/cwl.input.yml'
                                },
-                    'command': [u'cwltool', u'--no-container', u'--move-outputs', u'workflow.cwl#main', u'cwl.input.yml'],
+                    'command': [u'cwltool', u'--no-container', u'--move-outputs', u'--preserve-entire-environment', u'workflow.cwl#main', u'cwl.input.yml'],
                     'task.stdout': 'cwl.output.json'}]},
                 'runtime_constraints': {
                     'min_scratch_mb_per_node': 2048,

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list