mirror of https://github.com/PCSX2/pcsx2.git
tests: uses standard perl path for perl operation
This commit is contained in:
parent
e985488471
commit
e8f8d55010
|
@ -131,8 +131,6 @@ unless (-d $o_cfg) {
|
||||||
# $o_cygwin = 1;
|
# $o_cygwin = 1;
|
||||||
#}
|
#}
|
||||||
|
|
||||||
$o_cfg = cyg_abs_path($o_cfg);
|
|
||||||
|
|
||||||
my %blacklist;
|
my %blacklist;
|
||||||
if (defined $o_regression) {
|
if (defined $o_regression) {
|
||||||
# Blacklist bad test
|
# Blacklist bad test
|
||||||
|
@ -268,8 +266,6 @@ sub run_thread {
|
||||||
sub generate_cfg {
|
sub generate_cfg {
|
||||||
my $out_dir = shift;
|
my $out_dir = shift;
|
||||||
|
|
||||||
$out_dir = cyg_abs_path($out_dir);
|
|
||||||
|
|
||||||
print "Info: Copy dir $o_cfg to $out_dir\n" if $o_debug_me;
|
print "Info: Copy dir $o_cfg to $out_dir\n" if $o_debug_me;
|
||||||
local $File::Copy::Recursive::RMTrgDir = 2;
|
local $File::Copy::Recursive::RMTrgDir = 2;
|
||||||
dircopy($o_cfg, $out_dir) or die "Failed to copy directory: $!\n";
|
dircopy($o_cfg, $out_dir) or die "Failed to copy directory: $!\n";
|
||||||
|
|
Loading…
Reference in New Issue