Skip to content
Snippets Groups Projects
Commit 3f8e52e5 authored by Markus Reiter's avatar Markus Reiter Committed by GitHub
Browse files

Merge pull request #2091 from reitermarkus/spec-exclude-needs_macos

Exclude specs with `:needs_macos` tag when not on macOS.
parents 01caef5f 168a96d9
No related branches found
No related tags found
No related merge requests found
...@@ -82,6 +82,8 @@ module Homebrew ...@@ -82,6 +82,8 @@ module Homebrew
"--format", "ParallelTests::RSpec::RuntimeLogger", "--format", "ParallelTests::RSpec::RuntimeLogger",
"--out", "tmp/parallel_runtime_rspec.log" "--out", "tmp/parallel_runtime_rspec.log"
] ]
spec_args << "--tag" << "~needs_macos" unless OS.mac?
run_tests "parallel_rspec", spec_files, spec_args run_tests "parallel_rspec", spec_files, spec_args
if (fs_leak_log = HOMEBREW_LIBRARY_PATH/"tmp/fs_leak.log").file? if (fs_leak_log = HOMEBREW_LIBRARY_PATH/"tmp/fs_leak.log").file?
......
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