From 3ea8c045215f5a7aa0e3991d6ab474b5a9b12bfa Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 3 Mar 2006 13:26:08 +0000 Subject: no need to open something special since log is done on stderr when testing --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install2.pm b/perl-install/install2.pm index e68d4659a..1fc44869b 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -414,7 +414,7 @@ sub main { unlink $_ foreach "/modules/modules.mar", "/sbin/stage1"; } - log::openLog($::testing && 'debug.log'); + log::openLog(); log::l("second stage install running (", install_any::drakx_version(), ")"); eval { output('/proc/sys/kernel/modprobe', "\n") } if !$::local_install && !$::testing; #- disable kmod, otherwise we get a different behaviour in kernel vs kernel-BOOT -- cgit v1.2.1