2010-04-19 16:16:09 +00:00
|
|
|
tests/runtests.pl | 2 +-
|
|
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
|
2009-12-05 19:48:31 +00:00
|
|
|
diff --git a/tests/runtests.pl b/tests/runtests.pl
|
2010-04-19 16:16:09 +00:00
|
|
|
index 6e3b5b9..75386b8 100755
|
2009-12-05 19:48:31 +00:00
|
|
|
--- a/tests/runtests.pl
|
|
|
|
+++ b/tests/runtests.pl
|
2010-04-19 16:16:09 +00:00
|
|
|
@@ -221,7 +221,7 @@ my $sshdverstr; # for socks server, ssh daemon version string
|
2009-12-05 19:48:31 +00:00
|
|
|
my $sshderror; # for socks server, ssh daemon version error
|
2009-12-04 23:50:15 +00:00
|
|
|
|
2009-12-05 19:48:31 +00:00
|
|
|
my $defserverlogslocktimeout = 20; # timeout to await server logs lock removal
|
|
|
|
-my $defpostcommanddelay = 0; # delay between command and postcheck sections
|
|
|
|
+my $defpostcommanddelay = 1; # delay between command and postcheck sections
|
2009-12-04 23:50:15 +00:00
|
|
|
|
2010-02-11 11:31:31 +00:00
|
|
|
my $timestats; # time stamping and stats generation
|
|
|
|
my $fullstats; # show time stats for every single test
|