Re: testbot: Fix the ConfigLocal.pl include path.

2012-12-11 Thread Francois Gouget
On Tue, 11 Dec 2012, Alexandre Julliard wrote: > Francois Gouget writes: > > > @@ -88,12 +88,11 @@ $JobArchiveDays = 0; > > if (!$::BuildEnv) > > { > >$::BuildEnv = 0; > > - eval 'require "$::RootDir/ConfigLocal.pl";'; > > + eval 'require "$::RootDir/lib/WineTestBot/ConfigLocal.pl"'; [..

Re: testbot: Fix the ConfigLocal.pl include path.

2012-12-11 Thread Alexandre Julliard
Francois Gouget writes: > @@ -88,12 +88,11 @@ $JobArchiveDays = 0; > if (!$::BuildEnv) > { >$::BuildEnv = 0; > - eval 'require "$::RootDir/ConfigLocal.pl";'; > + eval 'require "$::RootDir/lib/WineTestBot/ConfigLocal.pl"'; >if ($@) >{ > -print STDERR "Please create a valid $::R