reenable trace pruning
This commit is contained in:
@ -176,15 +176,15 @@ sub import_trace {
|
|||||||
# )
|
# )
|
||||||
# );
|
# );
|
||||||
|
|
||||||
# my $prune_command = join " ",
|
my $prune_command = join " ",
|
||||||
# (
|
(
|
||||||
# "$fail_prune", "--database-option-file $remote_db_conf",
|
"$fail_prune", "--database-option-file $remote_db_conf",
|
||||||
# "-v $experiment", "-b %%",
|
"-v $experiment", "-b %%",
|
||||||
# "--overwrite", ">$remote_builds_dir/$experiment/2_prune.log"
|
"--overwrite", ">$remote_builds_dir/$experiment/2_prune.log"
|
||||||
# );
|
);
|
||||||
# say "Prune command: $prune_command";
|
say "Prune command: $prune_command";
|
||||||
#
|
|
||||||
# system($prune_command);
|
system($prune_command);
|
||||||
}
|
}
|
||||||
|
|
||||||
sub inject {
|
sub inject {
|
||||||
|
|||||||
Reference in New Issue
Block a user