From a984b42ea1fe58617079694ced52f176f3ac3766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20M=2E=20Bezerra?= Date: Tue, 17 Jan 2023 02:34:06 -0300 Subject: [PATCH] fix tests on Windows by making output assertion accept some files in different order --- tests/integration.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration.rs b/tests/integration.rs index 4148617..f805c62 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -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 ".+""#,