提交 24526bbe 编写于 作者: E Eduard-Mihai Burtescu

compiletest: allow `.` in remote test paths (can arise from revisions).

上级 b4fcf1b1
...@@ -3227,7 +3227,7 @@ fn load_compare_outputs( ...@@ -3227,7 +3227,7 @@ fn load_compare_outputs(
// so it needs to be removed when comparing the run-pass test execution output // so it needs to be removed when comparing the run-pass test execution output
lazy_static! { lazy_static! {
static ref REMOTE_TEST_RE: Regex = Regex::new( static ref REMOTE_TEST_RE: Regex = Regex::new(
"^uploaded \"\\$TEST_BUILD_DIR(/[[:alnum:]_\\-]+)+\", waiting for result\n" "^uploaded \"\\$TEST_BUILD_DIR(/[[:alnum:]_\\-.]+)+\", waiting for result\n"
) )
.unwrap(); .unwrap();
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册