separate test runs so they are visible

This commit is contained in:
Earl Warren 2023-10-27 15:40:09 +02:00
parent 5a9a13f9e7
commit edc1d376dd
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -246,11 +246,10 @@ function create_and_merge_close() {
} }
function integration() { function integration() {
no_change_no_cascade_pr for t in no_change_no_cascade_pr create_from_fork_and_close create_and_close create_and_merge create_and_merge_close; do
create_from_fork_and_close log_info "running $t"
create_and_close $t
create_and_merge done
create_and_merge_close
} }
function unit() { function unit() {