Capture timestamp whenever cleanup is triggered in tests (#2054)
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
@@ -14,6 +14,7 @@ ROOT=$(dirname $0)/../../..
|
||||
cd $ROOT/test/tests/test_kubectl
|
||||
|
||||
cleanup() {
|
||||
log "Cleaning up..."
|
||||
kubectl delete -f spec-yaml -R || true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user