Skip to content
Snippets Groups Projects
Commit 168a96d9 authored by Markus Reiter's avatar Markus Reiter
Browse files

Exclude specs with `:needs_macos` tag when not on macOS.

parent ebb2b3aa
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,8 @@ module Homebrew
"--format", "ParallelTests::RSpec::RuntimeLogger",
"--out", "tmp/parallel_runtime_rspec.log"
]
spec_args << "--tag" << "~needs_macos" unless OS.mac?
run_tests "parallel_rspec", spec_files, spec_args
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