[test suite] minor bug fix for rm previous coverage script path
This commit is contained in:
parent
93383c8430
commit
bcfc313e36
@ -1657,7 +1657,7 @@ sub config_recompile() {
|
||||
chdir 'test' or die $!;
|
||||
### we're recompiling, so remove any existing profile coverage
|
||||
### files since they will be invalidated by the recompile
|
||||
&run_cmd($profile_rm_prev_sh, $cmd_out_tmp, $curr_test_file);
|
||||
&run_cmd("./$profile_rm_prev_sh", $cmd_out_tmp, $curr_test_file);
|
||||
chdir '..' or die $!;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user