]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: wget -q
authorSage Weil <sage.weil@dreamhost.com>
Fri, 17 Jun 2011 16:22:17 +0000 (09:22 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Fri, 17 Jun 2011 16:22:17 +0000 (09:22 -0700)
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
qa/workunits/snaps/snap-rm-diff.sh
qa/workunits/snaps/snaptest-snap-rm-cmp.sh

index a636cb448b10d0091219d60d6827ecf89bed696e..ff0c6eecb8d664d1f43b0635d2926a66c73d70a2 100755 (executable)
@@ -1,8 +1,6 @@
-#!/bin/sh -x
+#!/bin/sh -ex
 
-set -e
-
-wget http://ceph.newdream.net/qa/linux-2.6.33.tar.bz2
+wget -q http://ceph.newdream.net/qa/linux-2.6.33.tar.bz2
 mkdir foo
 cp linux* foo
 mkdir foo/.snap/barsnap
index ab13cda5f3845711393c587bf77f63b7eb3b01d3..e6f7bb7eeb50f9aa652bafee5346d79850778b51 100755 (executable)
@@ -3,7 +3,7 @@
 set -e
 
 file=linux-2.6.33.tar.bz2
-wget http://ceph.newdream.net/qa/$file
+wget -q http://ceph.newdream.net/qa/$file
 
 real=`md5sum $file | awk '{print $1}'`