aboutsummaryrefslogtreecommitdiffstats
path: root/test/core_plugins.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_plugins.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_plugins.mk')
-rw-r--r--test/core_plugins.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/core_plugins.mk b/test/core_plugins.mk
index 7cada8e..c58b063 100644
--- a/test/core_plugins.mk
+++ b/test/core_plugins.mk
@@ -28,7 +28,7 @@ core-plugins-all: 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 "Add dependency and plugins to the Makefile"
$t perl -ni.bak -e 'print;if ($$.==1) {print "DEPS = plugin_dep\ndep_plugin_dep = git file://$(abspath $(APP)/plugin_dep) master\nDEP_PLUGINS = plugin_dep\n"}' $(APP)/Makefile
@@ -60,7 +60,7 @@ core-plugins-one: 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 "Add dependency and plugins to the Makefile"
$t perl -ni.bak -e 'print;if ($$.==1) {print "DEPS = plugin_dep\ndep_plugin_dep = git file://$(abspath $(APP)/plugin_dep) master\nDEP_PLUGINS = plugin_dep/mk/plugin1.mk\n"}' $(APP)/Makefile
@@ -89,7 +89,7 @@ core-plugins-templates: 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 "Add dependency and plugins to the Makefile"
$t perl -ni.bak -e 'print;if ($$.==1) {print "DEPS = plugin_dep\ndep_plugin_dep = git file://$(abspath $(APP)/plugin_dep) master\nDEP_PLUGINS = plugin_dep\n"}' $(APP)/Makefile