We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7af9384 + 4ab8080 commit 969e83cCopy full SHA for 969e83c
llvm_test_suite_sycl.pl
@@ -101,7 +101,7 @@ sub init_test
101
102
my $branch = "";
103
my $date = "";
104
- if ( $compiler_path =~ /deploy_(xmain-rel)\/xmainefi2linux\/([0-9]{4})([0-9]{2})([0-9]{2})_[0-9]{6}/) {
+ if ( $compiler_path =~ /deploy_(xmain-rel)\/xmainefi2[a-z]{1,}\/([0-9]{4})([0-9]{2})([0-9]{2})_[0-9]{6}/) {
105
$branch = $1;
106
$date = "$2-$3-$4";
107
log_command("##Branch: $branch, Date: $date");
0 commit comments