bluepill: fix "bp" is not installed
Bluepill(https://github.com/linkedin/bluepill) is need two binaries that "bluepill" and "bp", but "bp" was not installed currently. This commit is fix it. Closes #13839. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
bfb6c85250
commit
dc67d5c4f7
1 changed files with 2 additions and 0 deletions
|
@ -21,9 +21,11 @@ class Bluepill < Formula
|
|||
"SYMROOT=../",
|
||||
"DSTROOT=../dstroot"
|
||||
bin.install "dstroot/usr/local/bin/bluepill"
|
||||
bin.install "dstroot/usr/local/bin/bp"
|
||||
end
|
||||
|
||||
test do
|
||||
assert_match "Usage:", shell_output("#{bin}/bluepill -h")
|
||||
assert_match "Usage:", shell_output("#{bin}/bp -h")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue