diff options
| author | Jack Nagel | 2012-04-16 16:44:11 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-04-16 23:08:32 -0500 |
| commit | c44cb2710ba94e2caaae5de480a895ed2aab490e (patch) | |
| tree | 141c3330166a997957035e4e4712655858d05fff /Library/Homebrew/test/tests | |
| parent | 84a4935bb5a9c39e6a58e9f848ce1be93d3451b4 (diff) | |
| download | brew-c44cb2710ba94e2caaae5de480a895ed2aab490e.tar.bz2 | |
tests: replace tests script with rake-based runner
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/test/tests')
| -rwxr-xr-x | Library/Homebrew/test/tests | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Library/Homebrew/test/tests b/Library/Homebrew/test/tests deleted file mode 100755 index c7e2689f2..000000000 --- a/Library/Homebrew/test/tests +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/bash -# This shell script runs Homebrew's test suite. - -cd `dirname $0` - -EXIT=0 -/usr/bin/ruby test_bucket.rb $* || EXIT=1 -/usr/bin/ruby test_formula.rb $* || EXIT=1 -/usr/bin/ruby test_versions.rb $* || EXIT=1 -/usr/bin/ruby test_checksums.rb $* || EXIT=1 -/usr/bin/ruby test_compilers.rb $* || EXIT=1 -/usr/bin/ruby test_inreplace.rb $* || EXIT=1 -/usr/bin/ruby test_hardware.rb $* || EXIT=1 -/usr/bin/ruby test_formula_install.rb $* || EXIT=1 -/usr/bin/ruby test_patching.rb $* || EXIT=1 -/usr/bin/ruby test_external_deps.rb $* || EXIT=1 -/usr/bin/ruby test_pathname_install.rb $* || EXIT=1 -/usr/bin/ruby test_utils.rb $* || EXIT=1 -/usr/bin/ruby test_ARGV.rb $* || EXIT=1 -/usr/bin/ruby test_ENV.rb $* || EXIT=1 -/usr/bin/ruby test_updater.rb $* || EXIT=1 -/usr/bin/ruby test_string.rb $* || EXIT=1 - -exit $EXIT |
