mirror of https://github.com/PCSX2/pcsx2.git
tests: requires a double escape due to double evaluation
This commit is contained in:
parent
c00b427efa
commit
e36f1d3128
|
@ -215,7 +215,7 @@ sub collect_result {
|
|||
|
||||
sub add_test_cmd_for_elf {
|
||||
my $file = $_;
|
||||
my $ext = "\.(elf|irx)";
|
||||
my $ext = "\\.(elf|irx)";
|
||||
|
||||
return 0 unless ($file =~ /$ext/);
|
||||
return 0 unless ($file =~ /$o_test_name/i);
|
||||
|
|
Loading…
Reference in New Issue