Francois Gouget <[email protected]> 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 $::RootDir/ConfigLocal.pl, " .
> -        "use $::RootDir/lib/WineTestBot/ConfigLocalTemplate.pl as 
> template\n";
> -    exit;
> +    print STDERR "Please create a valid 
> $::RootDir/lib/WineTestBot/ConfigLocal.pl file, use ConfigLocalTemplate.pl as 
> template\n";
> +    exit(1);

I had changed it because we don't want to have local config files inside
the git checkout.

-- 
Alexandre Julliard
[email protected]


Reply via email to