Skip to content

Commit

Permalink
fix tests on Windows
Browse files Browse the repository at this point in the history
by making output assertion accept some files in different order
  • Loading branch information
marcospb19 committed Jan 17, 2023
1 parent f693346 commit a984b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ 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: ".+libsample_project-.+"
\[DEBUG\] Successfully removed: ".+libsample_project-.+"
\[DEBUG\] Successfully removed: ".+sample_project-.+\.d"
\[DEBUG\] Successfully removed: ".+.fingerprint.+sample-project-.+"
\[INFO\] Cleaned .+ from ".+""#,
Expand Down

0 comments on commit a984b42

Please sign in to comment.