scenarios: Unify logs in verify script #64
1 changed files with 5 additions and 0 deletions
|
@ -98,6 +98,11 @@ export function handleSummary(data) {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function obj_verify() {
|
export function obj_verify() {
|
||||||
|
if (obj_to_verify_count == 0) {
|
||||||
|
log.info("Nothing to verify");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (__ENV.SLEEP) {
|
if (__ENV.SLEEP) {
|
||||||
sleep(__ENV.SLEEP);
|
sleep(__ENV.SLEEP);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue