Disable GPG signing in test repository

To avoid being prompted for my key's password whenever I run the tests.
This commit is contained in:
Oliver Hamlet
2018-08-21 19:28:58 +01:00
parent f0283435f6
commit f92baa004e
@@ -133,6 +133,7 @@ TEST_P(MasterlistTest,
auto testPath = boost::filesystem::current_path();
boost::filesystem::current_path(masterlistPath.parent_path());
system("git config commit.gpgsign false");
system("git commit --amend -m \"changing local history\"");
boost::filesystem::current_path(testPath);