Skip to content

Commit

Permalink
Remove use of bin/omero from test_import_bulk.py
Browse files Browse the repository at this point in the history
see: https://py3-ci.openmicroscopy.org/jenkins/job/OMERO-test-integration/123/
     testReport/OmeroPy.test.integration.clitest.test_import_bulk/TestImportBulk/testBulk/
  • Loading branch information
joshmoore committed Jan 9, 2020
1 parent e98ab77 commit fc5ec09
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ def testBulk(self, tmpdir, capfd, monkeypatch):
"--clientdir", old_div(old_div(self.omero_dist, "lib"),
"client")]

bin = old_div(old_div(self.omero_dist, "bin"), "omero")
monkeypatch.setattr(sys, "argv", [str(bin)])
monkeypatch.setattr(sys, "argv", ["omero"])
out, err = self.do_import(capfd)

# At this point, script1.sh has been created
Expand Down

0 comments on commit fc5ec09

Please sign in to comment.