From e447fb4c7a211ed32b4d3ec1ffaf2a0a41f56ed8 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Mon, 20 May 2013 21:40:51 +0200 Subject: [PATCH] disable mysqldiff debug output --- regression-tests/mysqldiff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-tests/mysqldiff b/regression-tests/mysqldiff index d57ce7f86..94a57d9bd 100755 --- a/regression-tests/mysqldiff +++ b/regression-tests/mysqldiff @@ -1,4 +1,4 @@ -#!/bin/bash -x +#!/bin/bash [ -z "$GMYSQLDB" ] && GMYSQLDB=pdnstest [ -z "$GMYSQLUSER" ] && GMYSQLUSER=root -- 2.50.1