Merge lp:~allenap/maas/test-rack-missing-dep into lp:~maas-committers/maas/trunk

Proposed by Gavin Panella
Status: Merged
Approved by: Gavin Panella
Approved revision: no longer in the source branch.
Merged at revision: 5882
Proposed branch: lp:~allenap/maas/test-rack-missing-dep
Merge into: lp:~maas-committers/maas/trunk
Diff against target: 11 lines (+1/-1)
1 file modified
Makefile (+1/-1)
To merge this branch: bzr merge lp:~allenap/maas/test-rack-missing-dep
Reviewer Review Type Date Requested Status
Gavin Panella (community) Approve
Review via email: mp+321415@code.launchpad.net

Commit message

bin/test.rack needs bin/py.

To post a comment you must log in.
Revision history for this message
Gavin Panella (allenap) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile'
2--- Makefile 2017-03-24 16:40:12 +0000
3+++ Makefile 2017-03-30 07:58:06 +0000
4@@ -159,7 +159,7 @@
5 @touch --no-create $@
6
7 bin/test.rack: \
8- bin/buildout buildout.cfg versions.cfg setup.py bin/maas-rack
9+ bin/buildout buildout.cfg versions.cfg setup.py bin/maas-rack bin/py
10 $(buildout) install rack-test
11 @touch --no-create $@
12