Remove 'set -x' from run_tests.sh

Removed because it makes --help hard to read.
Also it's hard to figure out what happened and
where was the error.

Change-Id: I46c3f39ff637e315f5f179981de17acefdfc6cf1
Implements: blueprint cinder-neutron-plugins-in-fuel
This commit is contained in:
Evgeniy L 2014-10-30 15:59:48 +04:00
parent 42b2cc7e30
commit 4286d71b17
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# License for the specific language governing permissions and limitations
# under the License.
set -eux
set -eu
function usage {