Enable Erlang test.
This commit is contained in:
parent
f6d654fdb6
commit
0f2c755f32
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ class Erlang <Formula
|
|||
|
||||
def install
|
||||
ENV.deparallelize
|
||||
fails_with_llvm "see http://github.com/mxcl/homebrew/issues/#issue/120"
|
||||
fails_with_llvm "see http://github.com/mxcl/homebrew/issues/issue/120"
|
||||
|
||||
# If building from GitHub, this step is required (but not for tarball downloads.)
|
||||
system "./otp_build autoconf" if File.exist? "otp_build"
|
||||
|
@ -56,6 +56,6 @@ class Erlang <Formula
|
|||
end
|
||||
|
||||
def test
|
||||
"erl -noshell -eval 'crypto:start().' -s init stop"
|
||||
`erl -noshell -eval 'crypto:start().' -s init stop`
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue