From: Ken Dreyer Date: Mon, 13 Apr 2015 23:06:23 +0000 (-0600) Subject: ceph-build-pull-requests: quiet output X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F45%2Fhead;p=ceph-build.git ceph-build-pull-requests: quiet output Running the pull requests script with -x is very noisy. The script already prints a lot of information with "echo", so just silence the debugging outupt. Signed-off-by: Ken Dreyer --- diff --git a/ceph-build-pull-requests/build/build b/ceph-build-pull-requests/build/build index 214a7b9a..63d69453 100644 --- a/ceph-build-pull-requests/build/build +++ b/ceph-build-pull-requests/build/build @@ -1,6 +1,6 @@ #!/bin/bash -set -ex +set -e # Create the virtualenv virtualenv venv