Skip to content

Commit

Permalink
more convenient call to build
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Nov 14, 2018
1 parent 7595e4f commit e80ad6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@ def test_create_info_files_json_no_inodes(testing_workdir, testing_metadata):


def test_rewrite_output(testing_workdir, testing_config, capsys):
m = api.render(os.path.join(metadata_dir, "rewrite_env"), config=testing_config)[0][0]
build.build(m, stats=None)
api.build(os.path.join(metadata_dir, "rewrite_env"), config=testing_config)
captured = capsys.readouterr()
stdout = captured.out
assert "PREFIX=$PREFIX" in stdout
Expand Down

0 comments on commit e80ad6f

Please sign in to comment.