aboutsummaryrefslogtreecommitdiffstats
path: root/test/core_app.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/core_app.mk')
-rw-r--r--test/core_app.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core_app.mk b/test/core_app.mk
index f496bbd..91362bf 100644
--- a/test/core_app.mk
+++ b/test/core_app.mk
@@ -177,7 +177,7 @@ core-app-auto-git-id: build clean
git config user.email "[email protected]" && \
git config user.name "test suite" && \
git add . && \
- git commit -q -m "Tests"
+ git commit -q --no-gpg-sign -m "Tests"
$i "Build the application"
$t $(MAKE) -C $(APP) $v