aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rust.rb
diff options
context:
space:
mode:
authorLukas2014-02-05 19:15:14 +0100
committerMike McQuaid2014-02-05 22:53:11 +0000
commit5e71c105869456b8d8d33e6414703198d7861cb2 (patch)
tree31bc936f896df9a7f628398fda8b6ea4b5311575 /Library/Formula/rust.rb
parentc6baa40a4e3d9bb5f393369519cee5aa05185d7b (diff)
downloadhomebrew-5e71c105869456b8d8d33e6414703198d7861cb2.tar.bz2
rust: remove rustpkg from test for --HEAD
Closes #26434. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/rust.rb')
-rw-r--r--Library/Formula/rust.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rust.rb b/Library/Formula/rust.rb
index eb68ea764..3be69bf0c 100644
--- a/Library/Formula/rust.rb
+++ b/Library/Formula/rust.rb
@@ -29,6 +29,6 @@ class Rust < Formula
def test
system "#{bin}/rustc"
system "#{bin}/rustdoc -h"
- system "#{bin}/rustpkg -v"
+ system "#{bin}/rustpkg -v" unless build.head?
end
end