Skip to content

Commit

Permalink
Merge pull request #677 from llawall/test-only-read-version
Browse files Browse the repository at this point in the history
Read build metadata when testing package build
  • Loading branch information
msarahan committed Jan 26, 2016
2 parents 83c2560 + dcd8fcd commit 7408198
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda_build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,8 @@ def test(m, verbose=True, channel_urls=(), override_channels=False, move_broken=
else:
rm_rf(config.build_prefix)
rm_rf(config.test_prefix)

get_build_metadata(m)
specs = ['%s %s %s' % (m.name(), m.version(), m.build_id())]

# add packages listed in test/requires
Expand Down

0 comments on commit 7408198

Please sign in to comment.