aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlyssa Ross2016-09-21 23:26:42 +0100
committerAlyssa Ross2016-09-22 14:32:04 +0100
commit5c5c416d1cb2df75f430c30a8044c82e041f530c (patch)
tree41360f53c92953c7b7633a7046231b482112d92b /Library
parentb3a85aaf348c82d94daab2c2207afb8f3dba94d5 (diff)
downloadbrew-5c5c416d1cb2df75f430c30a8044c82e041f530c.tar.bz2
cask-tests: remove Travis seed
This hack has been in Homebrew Cask for more than two years (since 51f93e6dc9c3da4ab2118459ea95e45c104386ec), and it originated even earlier (6d2f7bc55af0b2aa915b2396d213e30a4446256c). Cask tests apparently aren't even run on Travis anymore, so this can be safely removed.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/cask/cmd/brew-cask-tests.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/cask/cmd/brew-cask-tests.rb b/Library/Homebrew/cask/cmd/brew-cask-tests.rb
index 19a21275e..7ae71020e 100755
--- a/Library/Homebrew/cask/cmd/brew-cask-tests.rb
+++ b/Library/Homebrew/cask/cmd/brew-cask-tests.rb
@@ -19,10 +19,6 @@ repo_root.cd do
rspec = ARGV.flag?("--rspec") || !ARGV.flag?("--minitest")
minitest = ARGV.flag?("--minitest") || !ARGV.flag?("--rspec")
- # TODO: setting the --seed here is an ugly temporary hack, to remain only
- # until test-suite glitches are fixed.
- ENV["TESTOPTS"] = "--seed=14830" if ENV["TRAVIS"]
-
ENV["HOMEBREW_TESTS_COVERAGE"] = "1" if ARGV.flag?("--coverage")
if rspec