Right now, this is sometimes wrong; even if it were right, it's not
going to be interesting in the transcript since the actual script name
is obvious from context.
Now this function does not care if $script is undef.
While we're here, fix the prototype (which is mostly commentary here,
as it is not used for method calls).
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
sub job_ensure_started ($) { }
-sub step_start ($$) {
+sub step_start ($$;$) {
my ($jd,$testid,$script) = @_;
- logm("========== $flight.$job step $testid running $script ==========");
+ logm("========== $flight.$job step $testid running ==========");
}
sub step_finish ($$) { #method