aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/tests
diff options
context:
space:
mode:
authorAdam Vandenberg2010-03-16 22:13:18 -0700
committerAdam Vandenberg2010-04-06 08:27:12 -0700
commit5cbab370e485689762230bf2a05d8c6d881175cf (patch)
treeb2a44ccb16c62cc37aa084c3244e07e0adec59dd /Library/Homebrew/test/tests
parente4766639dc00f3844e4ab18fbd36d90633549dcf (diff)
downloadbrew-5cbab370e485689762230bf2a05d8c6d881175cf.tar.bz2
Switch test_bucket over to use testing_env.
Diffstat (limited to 'Library/Homebrew/test/tests')
-rwxr-xr-xLibrary/Homebrew/test/tests30
1 files changed, 9 insertions, 21 deletions
diff --git a/Library/Homebrew/test/tests b/Library/Homebrew/test/tests
index 10cedae1e..d439f17d1 100755
--- a/Library/Homebrew/test/tests
+++ b/Library/Homebrew/test/tests
@@ -5,36 +5,24 @@
# Note: "formula_test" is omitted; these aren't unit tests but sanity checks
# on the real formulae.
#
+# Run as:
+# ./tests -- --skip-update
+# to omit the update tests which only seem to work for mxcl
+#
-# Bulk of the tests
-ruby unittest.rb $*
+# Feel free to split out test_bucket
+ruby test_bucket.rb $*
ruby test_versions.rb $*
-
ruby test_checksums.rb $*
-
ruby test_inreplace.rb $*
-
-# Test hardware sniffers
ruby test_hardware.rb $*
-
-# Test formula installs
ruby test_formula_install.rb $*
-
-# Update tests (only seem to work for mxcl)
-ruby test_updater.rb $*
-
-# Patching tests
ruby test_patching.rb $*
-
-# External dependency tests
ruby test_external_deps.rb $*
-
-# Test Pathname.install
ruby test_pathname_install.rb $*
-
-# Test utility functions
ruby test_utils.rb $*
-
-# Test ARGV extensions
ruby test_ARGV.rb $*
+
+# Update tests (only seem to work for mxcl)
+ruby test_updater.rb $*