summaryrefslogtreecommitdiff
path: root/test/pull-prepare
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-07-03 11:31:10 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-07-03 11:31:10 +0200
commit7b57a01988f1a0f77b66ac69fdb5fb03c4aff60f (patch)
tree8325f11f71e41282b700f46a38422bfb87f14574 /test/pull-prepare
parentfbbb2216fc201b9f7a8dc821925203ce7672d27d (diff)
Made tests less spammy
Diffstat (limited to 'test/pull-prepare')
-rw-r--r--test/pull-prepare4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pull-prepare b/test/pull-prepare
index a7022fe..c50ad8e 100644
--- a/test/pull-prepare
+++ b/test/pull-prepare
@@ -2,8 +2,8 @@
if [[ $repo == $file ]] {
echo "# Creating new commit in PKG_ROOT"
cd $test_proot/$file
- git checkout -f
+ git checkout -q -f
echo $RANDOM > baz
git add baz
- git commit -m 'floeppel'
+ git commit --quiet -m 'floeppel'
}