Add possibility to manually skip GPG test

This commit is contained in:
Clément OUDOT 2019-04-11 12:43:58 +02:00
parent ac1654890e
commit c2a4454f93

View File

@ -7,6 +7,7 @@ require 't/test-lib.pm';
my $mainTests = 5;
SKIP: {
skip "Manual skip of GPG test", $mainTests if ($ENV{LLNG_SKIP_GPG_TEST});
eval "use IPC::Run 'run',";
skip "Missing dependency", $mainTests if ($@);
my $gpg = `which gpg`;