Capture timestamp whenever cleanup is triggered in tests (#2054)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2021-06-03 14:31:40 +05:30
committed by GitHub
parent 3a8af97eb9
commit c2f455ec1b
12 changed files with 13 additions and 5 deletions
@@ -16,6 +16,7 @@ fn_p=pbuilderhello-$TEST_ID
fn_n=nbuilderhello-$TEST_ID
cleanup() {
log "Cleaning up..."
clean_resource_by_id $TEST_ID
rm -rf $tmp_dir
}