Skip to content

Commit

Permalink
fix tests on Windows and MacOS
Browse files Browse the repository at this point in the history
by considering that files can be outputted in different order
  • Loading branch information
marcospb19 committed Jan 17, 2023
1 parent f693346 commit 3f49346
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ fn empty_project_output() -> TestResult {
\),
\]
\[DEBUG\] cleaning: ".+debug" with remove_not_built_with_in_a_profile
\[DEBUG\] Successfully removed: ".+libsample_project-.+\.rlib"
\[DEBUG\] Successfully removed: ".+libsample_project-.+\.rmeta"
\[DEBUG\] Successfully removed: ".+sample_project-.+\.d"
\[DEBUG\] Successfully removed: ".+debug.+deps.+sample_project.+"
\[DEBUG\] Successfully removed: ".+debug.+deps.+sample_project.+"
\[DEBUG\] Successfully removed: ".+debug.+deps.+sample_project.+"
\[DEBUG\] Successfully removed: ".+.fingerprint.+sample-project-.+"
\[INFO\] Cleaned .+ from ".+""#,
);
Expand Down

0 comments on commit 3f49346

Please sign in to comment.