mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
make tests: Disable sessions handling
We use prefTest.pl to allow use of external programs while testing exports. The change here affects only the keytests though.
This commit is contained in:
parent
63476e7dc6
commit
3b05cf2851
@ -13,6 +13,7 @@ my $userdir = "$bindir/Testing/.lyx";
|
||||
my %allowedKeys = (
|
||||
"use_converter_needauth_forbidden" => ["true", "false"],
|
||||
"use_converter_needauth" => ["true", "false"],
|
||||
"allow_geometry_session" => ["false"],
|
||||
);
|
||||
|
||||
chdir($bindir);
|
||||
@ -23,7 +24,7 @@ my %Subst = ();
|
||||
|
||||
my $ctestparams = 0;
|
||||
my @ctestpars = ();
|
||||
for my $arg (@ARGV) {
|
||||
for my $arg ("allow_geometry_session=false", @ARGV) {
|
||||
if ($ctestparams) {
|
||||
push(@ctestpars, $arg);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user