aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/tests
diff options
context:
space:
mode:
authorAdam Vandenberg2010-02-12 14:56:01 -0800
committerAdam Vandenberg2010-04-06 08:27:10 -0700
commit9d127ac3d58f99a744fe017f89ca64dcaeeed778 (patch)
treef4c5f68748d1133516bd7a1918587bca99eeab83 /Library/Homebrew/test/tests
parentfd453107c6bade4320ca7bafcc7707eef24ce01e (diff)
downloadbrew-9d127ac3d58f99a744fe017f89ca64dcaeeed778.tar.bz2
Move updater tests to separate file.
Diffstat (limited to 'Library/Homebrew/test/tests')
-rwxr-xr-xLibrary/Homebrew/test/tests3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/test/tests b/Library/Homebrew/test/tests
index a63d5be35..64aaf3109 100755
--- a/Library/Homebrew/test/tests
+++ b/Library/Homebrew/test/tests
@@ -9,6 +9,9 @@
# Bulk of the tests
ruby unittest.rb $*
+# Update tests (only seem to work for mxcl)
+ruby test_updater.rb $*
+
# Patching tests
ruby test_patching.rb $*