Skip to content

Commit 969e83c

Browse files
authored
CMPLRTST-15333: Fix match issue of compiler path to support compatibility_llvm_test_suite_sycl running on Windows
2 parents 7af9384 + 4ab8080 commit 969e83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm_test_suite_sycl.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ sub init_test
101101

102102
my $branch = "";
103103
my $date = "";
104-
if ( $compiler_path =~ /deploy_(xmain-rel)\/xmainefi2linux\/([0-9]{4})([0-9]{2})([0-9]{2})_[0-9]{6}/) {
104+
if ( $compiler_path =~ /deploy_(xmain-rel)\/xmainefi2[a-z]{1,}\/([0-9]{4})([0-9]{2})([0-9]{2})_[0-9]{6}/) {
105105
$branch = $1;
106106
$date = "$2-$3-$4";
107107
log_command("##Branch: $branch, Date: $date");

0 commit comments

Comments
 (0)