Skip to content

Commit

Permalink
PC run_ltp do not run publiccloud::basetest::cleanup twice
Browse files Browse the repository at this point in the history
  • Loading branch information
pdostal committed May 23, 2024
1 parent c211f32 commit 716f560
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/publiccloud/run_ltp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ sub cleanup {
script_run("(cd /tmp/log_instance && tar -zcf $root_dir/instance_log.tar.gz *)");
upload_logs("$root_dir/instance_log.tar.gz", failok => 1);
}
$self->SUPER::cleanup();
}

sub gen_ltp_env {
Expand Down

0 comments on commit 716f560

Please sign in to comment.