Skip to content

Commit

Permalink
The test package doesn't work with BISON_PKGDATADIR unset, so don't t…
Browse files Browse the repository at this point in the history
…ry running without it.
  • Loading branch information
datalogics-robb committed Oct 13, 2020
1 parent 8946e24 commit a428699
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions recipes/bison/all/test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,3 @@ def test(self):
with tools.environment_append({"M4": None}):
self.run("bison -d {}".format(self._mc_parser_source), run_environment=True)

# verify bison works without BISON_PKGDATADIR and M4 environment variables
with tools.environment_append({"BISON_PKGDATADIR": None, "M4": None}):
self.run("bison -d {}".format(self._mc_parser_source), run_environment=True)

0 comments on commit a428699

Please sign in to comment.