Skip to content

Commit

Permalink
More filter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Jan 29, 2025
1 parent 332ee12 commit 401b117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sasl/test/systools_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ erts_tar(Config) ->
%% Filter out beam.*.emu.*
re:run(filename:basename(File), "beam\\.([^\\.]+\\.)?emu(\\.dll\\.pdb)?") == nomatch,
%% Filter out beam.*.jit.pdb
re:run(filename:basename(File), "beam\\.([^\\.]+\\.)?jit\\.pdb") == nomatch,
re:run(filename:basename(File), "beam\\.[^\\.]+\\.?jit\\.pdb") == nomatch,
%% Filter out any erl_child_setup.*
re:run(filename:basename(File), "erl_child_setup\\..*") == nomatch
])
Expand Down

0 comments on commit 401b117

Please sign in to comment.