mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user