Skip to content

Commit

Permalink
test_tool works differently locally than on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed Mar 29, 2021
1 parent a49147f commit ea54ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daliuge-translator/test/test_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class TestTool(unittest.TestCase):
def test_pipeline(self):
"""A pipeline from an LG all the way to a finished graph execution"""
lg = pkg_resources.resource_filename( # @UndefinedVariable
'dropmake', 'logical_graphs/cont_img.json')
'test.dropmake', 'logical_graphs/cont_img.json')

fill = tool.start_process('fill', ['-L', lg], stdout=subprocess.PIPE)
unroll = tool.start_process('unroll', ['-z', '--app', '1'], stdin=fill.stdout, stdout=subprocess.PIPE)
Expand Down

0 comments on commit ea54ebb

Please sign in to comment.