We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.
1 parent b4fcf1b commit 24526bbCopy full SHA for 24526bb
src/tools/compiletest/src/runtest.rs
@@ -3227,7 +3227,7 @@ impl<'test> TestCx<'test> {
3227
// so it needs to be removed when comparing the run-pass test execution output
3228
lazy_static! {
3229
static ref REMOTE_TEST_RE: Regex = Regex::new(
3230
- "^uploaded \"\\$TEST_BUILD_DIR(/[[:alnum:]_\\-]+)+\", waiting for result\n"
+ "^uploaded \"\\$TEST_BUILD_DIR(/[[:alnum:]_\\-.]+)+\", waiting for result\n"
3231
)
3232
.unwrap();
3233
}
0 commit comments