]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-build-pull-requests: quiet output 45/head
authorKen Dreyer <kdreyer@redhat.com>
Mon, 13 Apr 2015 23:06:23 +0000 (17:06 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Mon, 13 Apr 2015 23:07:25 +0000 (17:07 -0600)
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 <kdreyer@redhat.com>
ceph-build-pull-requests/build/build

index 214a7b9ad6eb210aea8668d1ba58c06d99f2524b..63d69453cac13b64df0606338e825f7a7bb7cb74 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-set -ex
+set -e
 
 # Create the virtualenv
 virtualenv venv