From 42feef294a5356edbc0308248bf807d6b7761c05 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 20 Mar 2004 08:47:52 +0000 Subject: testing mode --- perl-install/standalone/drakxtv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index 83913485d..75515658c 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -119,7 +119,7 @@ if (@devices) { my $configured; # TODO: That need some work for multiples TV cards foreach (@devices) { - if ($< == 0 && (grep { detect_devices::isTVcard($_) } @devices)) { + if (($< == 0 || $::testing) && (grep { detect_devices::isTVcard($_) } @devices)) { require harddrake::v4l; require modules; modules::mergein_conf('/etc/modules.conf') if !$configured; -- cgit v1.2.1