diff options
| author | Adam Vandenberg | 2010-02-12 14:56:01 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-06 08:27:10 -0700 |
| commit | 9d127ac3d58f99a744fe017f89ca64dcaeeed778 (patch) | |
| tree | f4c5f68748d1133516bd7a1918587bca99eeab83 /Library/Homebrew/test/tests | |
| parent | fd453107c6bade4320ca7bafcc7707eef24ce01e (diff) | |
| download | brew-9d127ac3d58f99a744fe017f89ca64dcaeeed778.tar.bz2 | |
Move updater tests to separate file.
Diffstat (limited to 'Library/Homebrew/test/tests')
| -rwxr-xr-x | Library/Homebrew/test/tests | 3 |
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 $* |
