From d06c1901948c0e49f92771c178a88109c060ae28 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 22 Jul 2003 21:50:47 +0000 Subject: testing mode: enable to go some steps further when testing this tool --- perl-install/standalone/drakgw | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index 118f14ddd..f4389b3e3 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -216,6 +216,7 @@ my @cards = grep { log::l("[drakgw] Have network card: $_"); $_ ne $card_netconnect } detect_devices::getNet(); +push @cards, $card_netconnect if $::testing; log::l("[drakgw] Available network cards: ", join(", ", @cards)); my $format = sub { -- cgit v1.2.1