diff options
Diffstat (limited to 'perl-install/standalone.pm')
-rw-r--r-- | perl-install/standalone.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index 84e9d1b2e..b05301b5f 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -164,6 +164,11 @@ sub install { return 1 if is_installed($o, @l); + if ($::testing) { + log::l("i would install packages " . join(' ', @l)); + return 1; + } + my $wait; if ($o->{in}->isa('interactive::newt')) { $o->{in}->suspend; |