These functions are about to be sometimes called for non-substep
steps.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
Osstest/JobDB/Executive.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Osstest/JobDB/Executive.pm b/Osstest/JobDB/Executive.pm
index ea349052..3a680c9d 100644
--- a/Osstest/JobDB/Executive.pm
+++ b/Osstest/JobDB/Executive.pm
@@ -281,7 +281,7 @@ END
$logfile // "$stepno.$script.log",
$testid,time);
});
- logm("---------- substep $stepno $testid running ----------");
+ logm("---------- step $stepno $testid running ----------");
}
sub step_finish ($$) { #method
@@ -311,7 +311,7 @@ END
unless $oldstatus eq 'running';
$setq->execute($stepstatus,time, $flight,$job,$testid, $stepno);
});
- logm("---------- substep $stepno $testid $stepstatus ----------");
+ logm("---------- step $stepno $testid $stepstatus ----------");
}
sub host_check_allocated ($$) { #method
--
2.11.0
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel