]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
schedule_suite.sh: less noise
authorSage Weil <sage@inktank.com>
Tue, 13 Nov 2012 22:33:38 +0000 (14:33 -0800)
committerSage Weil <sage@inktank.com>
Tue, 13 Nov 2012 22:33:38 +0000 (14:33 -0800)
schedule_suite.sh

index 4e3145808d8c2b9bdf5ba1277bf4d0405f1f0897..baae70c7e9b0228629b6249bd1d4787e04b109e0 100755 (executable)
@@ -69,7 +69,7 @@ fi
 stamp=`date +%Y-%m-%d_%H:%M:%S`
 name=`whoami`"-$stamp-$suite-$ceph-$kernel-$flavor"
 
-if wget http://github.com/ceph/teuthology/tree/$ceph -O- 2>/dev/null ; then
+if wget http://github.com/ceph/teuthology/tree/$ceph -O- 2>/dev/null >/dev/null ; then
     teuthology_branch=$ceph
 else
     echo "branch $ceph not in teuthology.git; will use master for teuthology"