Skip to content
Snippets Groups Projects
Commit 2e8d9544 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Treat config.pl as optional in vcregress.pl

This is how build.pl treats it and how it's documented.
parent 908eb1f9
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,8 @@ my $startdir = getcwd();
chdir "../../.." if (-d "../../../src/tools/msvc");
require 'src/tools/msvc/config.pl';
require 'src/tools/msvc/config_default.pl';
require 'src/tools/msvc/config.pl' if (-f 'src/tools/msvc/config.pl');
# buildenv.pl is for specifying the build environment settings
# it should contian lines like:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment