git.annexia.org
/
patchq.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6704dfc
)
test-functions: Hide uninteresting 'git clean' output.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 7 Jul 2017 12:08:41 +0000
(13:08 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 7 Jul 2017 12:08:41 +0000
(13:08 +0100)
test-functions
patch
|
blob
|
history
diff --git
a/test-functions
b/test-functions
index
771b6bc
..
c593744
100644
(file)
--- a/
test-functions
+++ b/
test-functions
@@
-29,7
+29,7
@@
function checkout_sources ()
cp -a $HOME/d/$project .
pushd $project
git checkout -f origin/master -B master
- git clean -xdf
+ git clean -xdf
>/dev/null
git pull
popd
else