test-functions: Hide uninteresting 'git clean' output.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 7 Jul 2017 12:08:41 +0000 (13:08 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 7 Jul 2017 12:08:41 +0000 (13:08 +0100)
test-functions

index 771b6bc..c593744 100644 (file)
@@ -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