From 937c9057f846265341938e30f462477f3569bbf4 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 13 Apr 2015 17:06:23 -0600 Subject: [PATCH] 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 --- ceph-build-pull-requests/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5