Skip to content
Snippets Groups Projects
Commit 651303f6 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

cask-tests: re-add removed comment

parent 1c4ae988
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,10 @@ 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment