summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>1999-10-11 17:04:31 +0000
committerFrancois Pons <fpons@mandriva.com>1999-10-11 17:04:31 +0000
commit9ad846cd08f909f760f80bf703b8d4dbe1809c7b (patch)
tree0afede65ca0b4024e3738639c3661ddf2145f09e /perl-install/install_steps.pm
parentf3555a3ac7978f63ef42b4373da92ff1ce791031 (diff)
downloaddrakx-backup-do-not-use-9ad846cd08f909f760f80bf703b8d4dbe1809c7b.tar
drakx-backup-do-not-use-9ad846cd08f909f760f80bf703b8d4dbe1809c7b.tar.gz
drakx-backup-do-not-use-9ad846cd08f909f760f80bf703b8d4dbe1809c7b.tar.bz2
drakx-backup-do-not-use-9ad846cd08f909f760f80bf703b8d4dbe1809c7b.tar.xz
drakx-backup-do-not-use-9ad846cd08f909f760f80bf703b8d4dbe1809c7b.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
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};