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:
Kornel Benko 2017-06-01 09:19:29 +02:00
parent 63476e7dc6
commit 3b05cf2851

View File

@ -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);
}