testbot: Fix the ConfigLocal.pl include path.

Alexandre Julliard julliard at winehq.org
Tue Dec 11 06:47:53 CST 2012


Francois Gouget <fgouget at codeweavers.com> 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
julliard at winehq.org



More information about the wine-devel mailing list