Reflect progress in process title.

This commit is contained in:
Dag-Erling Smørgrav 2006-03-27 10:29:12 +00:00
parent e3c26fb50d
commit 1db30bb2dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157176
2 changed files with 3 additions and 0 deletions

View File

@ -255,6 +255,8 @@ sub tinderbox($$$) {
my $config = expand('CONFIG');
my $start = time();
$0 = "tbmaster: building $branch for $arch/$machine";
$CONFIG{'BRANCH'} = $branch;
$CONFIG{'ARCH'} = $arch;
$CONFIG{'MACHINE'} = $machine;

View File

@ -241,6 +241,7 @@ sub logstage($) {
my $msg = shift;
chomp($msg);
$0 = "tinderbox: [$branch $arch/$machine] $msg";
print(STDERR strftime("TB --- %Y-%m-%d %H:%M:%S - $msg\n", localtime()));
}