From: Richard W.M. Jones Date: Fri, 7 Jul 2017 12:08:41 +0000 (+0100) Subject: test-functions: Hide uninteresting 'git clean' output. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=6108feca5a16dedf6e8f5b3a646eda6236c32c3d;p=patchq.git test-functions: Hide uninteresting 'git clean' output. --- diff --git a/test-functions b/test-functions index 771b6bc..c593744 100644 --- 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