From 9ad846cd08f909f760f80bf703b8d4dbe1809c7b Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 11 Oct 1999 17:04:31 +0000 Subject: *** empty log message *** --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 9c916cc5b..ee62d62bf 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -59,7 +59,7 @@ sub leavingStep($$) { my ($o, $step) = @_; log::l("step `$step' finished"); - eval { commands::cp('-f', "/tmp/ddebug.log", "$o->{prefix}/root") } if -d "$o->{prefix}/root"; + eval { commands::cp('-f', "/tmp/ddebug.log", "$o->{prefix}/root") } if -d "$o->{prefix}/root" && !$::testing; $o->{steps}{$step}{reachable} = $o->{steps}{$step}{redoable}; -- cgit v1.2.1