From 7d1dfed51997c7e6b77abe87e271485175f29154 Mon Sep 17 00:00:00 2001 From: kenperl Date: Wed, 25 Jan 2006 09:05:21 +0000 Subject: [PATCH] WEBGUI_CONFIG and --configFile options work together --- sbin/testCodebase.pl | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/sbin/testCodebase.pl b/sbin/testCodebase.pl index d29b4105a..4b9531108 100644 --- a/sbin/testCodebase.pl +++ b/sbin/testCodebase.pl @@ -11,8 +11,8 @@ $|=1; use strict; -use lib '../lib'; -use File::Find; +use FindBin; +use lib "$FindBin::Bin/../t/lib"; use Getopt::Long; my $configFile; @@ -25,8 +25,7 @@ GetOptions( 'help'=>\$help ); -if ($help || !$configFile) { - print <