[DRE-commits] [ruby-grack] 09/10: smoke-test: need user.name and user.email on a clean environment

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Sep 4 14:41:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository ruby-grack.

commit bc9bb4831bce7fce821f460d75c998f31ee8324d
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Sep 4 11:30:47 2015 -0300

    smoke-test: need user.name and user.email on a clean environment
---
 debian/tests/smoke-test | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/tests/smoke-test b/debian/tests/smoke-test
index a3fd5fa..70b3437 100755
--- a/debian/tests/smoke-test
+++ b/debian/tests/smoke-test
@@ -36,8 +36,15 @@ trap stop_server INT TERM EXIT
 
 sleep 2 # wait for the server to get up
 
+# clone
 git clone http://localhost:6666/test.git
 cd test
+
+# config
+git config user.email "user at example.com"
+git config user.name "Happy User"
+
+# add files and push
 touch README
 git add README
 git commit -m 'Initial commit'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-grack.git



More information about the Pkg-ruby-extras-commits mailing list