Skip to content

Commit 24526bb

Browse files
committed
compiletest: allow . in remote test paths (can arise from revisions).
1 parent b4fcf1b commit 24526bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/compiletest/src/runtest.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3227,7 +3227,7 @@ impl<'test> TestCx<'test> {
32273227
// so it needs to be removed when comparing the run-pass test execution output
32283228
lazy_static! {
32293229
static ref REMOTE_TEST_RE: Regex = Regex::new(
3230-
"^uploaded \"\\$TEST_BUILD_DIR(/[[:alnum:]_\\-]+)+\", waiting for result\n"
3230+
"^uploaded \"\\$TEST_BUILD_DIR(/[[:alnum:]_\\-.]+)+\", waiting for result\n"
32313231
)
32323232
.unwrap();
32333233
}

0 commit comments

Comments
 (0)