aboutsummaryrefslogtreecommitdiffstats
path: root/test/core_upgrade.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_upgrade.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_upgrade.mk')
-rw-r--r--test/core_upgrade.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core_upgrade.mk b/test/core_upgrade.mk
index 64a8b5d..0b5bbc0 100644
--- a/test/core_upgrade.mk
+++ b/test/core_upgrade.mk
@@ -21,7 +21,7 @@ core-upgrade-conflicting-configs: build clean
git checkout -q -b test-modified-build.config && \
git config user.email "[email protected]" && \
git config user.name "test suite" && \
- git commit -q -a -m 'Modify build.config' && \
+ git commit -q --no-gpg-sign -a -m 'Modify build.config' && \
git checkout master)
$i "Point application to an alternate erlang.mk repository"
@@ -92,7 +92,7 @@ core-upgrade-custom-repo: build clean
git checkout -q -b test-copyright && \
git config user.email "[email protected]" && \
git config user.name "test suite" && \
- git commit -q -a -m 'Add Testsuite copyright' && \
+ git commit -q --no-gpg-sign -a -m 'Add Testsuite copyright' && \
git checkout master)
$i "Point application to an alternate erlang.mk repository"