aboutsummaryrefslogtreecommitdiffstats
path: root/test/core_app.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-04-27 11:13:44 +0200
committerLoïc Hoguin <[email protected]>2017-04-27 11:13:44 +0200
commita92e55ed7e16efd96488f6543f8f25f123e6f89e (patch)
treee943f086399b41ec9b6a4e2f1269e16eecc928eb /test/core_app.mk
parent159da31510207da47f2472ca25c31015d1c09fd3 (diff)
downloaderlang.mk-a92e55ed7e16efd96488f6543f8f25f123e6f89e.tar.gz
erlang.mk-a92e55ed7e16efd96488f6543f8f25f123e6f89e.tar.bz2
erlang.mk-a92e55ed7e16efd96488f6543f8f25f123e6f89e.zip
Use --gpg-no-sign in commits in tests
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