Skip to content

Commit

Permalink
fixed test_package
Browse files Browse the repository at this point in the history
  • Loading branch information
danimtb committed Feb 12, 2018
1 parent 7e1d332 commit 4d3c15a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ def build(self):

def test(self):
bin_path = os.path.join("bin", "test_package")
self.run("%s %s" % (bin_path, os.path.abspath(os.path.join(os.path.dirname(__file__),
"readme_example_model.json"))))
self.run(bin_path)

0 comments on commit 4d3c15a

Please sign in to comment.