mobile-shell: flip test option default.

This commit is contained in:
Mike McQuaid 2016-10-23 10:30:14 +01:00
parent b1a55b42fe
commit aa15827778

View file

@ -18,7 +18,7 @@ class MobileShell < Formula
depends_on "automake" => :build
end
option "without-test", "Run build-time tests"
option "with-test", "Run build-time tests"
deprecated_option "without-check" => "without-test"