From 810f8337cb3aad41ef6d6ae4319d2ca954570832 Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Thu, 26 Aug 1999 16:38:56 +0000 Subject: [PATCH] More debugging. git-svn-id: svn://10.0.0.236/trunk@44688 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/tinderbox/warnings.pl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mozilla/webtools/tinderbox/warnings.pl b/mozilla/webtools/tinderbox/warnings.pl index ec5f187847b..a80042c346b 100755 --- a/mozilla/webtools/tinderbox/warnings.pl +++ b/mozilla/webtools/tinderbox/warnings.pl @@ -33,6 +33,12 @@ use FileHandle; $debug = 1 if $ARGV[0] eq '--debug'; +if ($debug) { + foreach my $key (sort keys %ENV) { + warn "debug> $key=$ENV{$key}\n"; + } +} + $tree = 'SeaMonkey'; # tinderbox/tbglobals.pl uses many shameful globals $form{tree} = $tree;