Skip to content

Commit

Permalink
Merge pull request conan-io#3 from datalogics-robb/fix_bison
Browse files Browse the repository at this point in the history
The test package doesn't work with BISON_PKGDATADIR unset
  • Loading branch information
datalogics-kam authored Oct 13, 2020
2 parents 8946e24 + a428699 commit 96bac08
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 96bac08

Please sign in to comment.