From 954eaa7cfecdfa5515dc455c3ff0732ef746596d Mon Sep 17 00:00:00 2001 From: Nikolai Kondrashov Date: Fri, 19 Sep 2014 14:22:50 +0300 Subject: CI: Remove disabling of Valgrind gdb invocation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove --vgdb=no option from CI's Valgrind invocation, as default condition for starting gdb (--vgdb-error=999999999) is highly unlikely and therefore this option is unnecessary. Reviewed-by: Lukáš Slebodník --- contrib/ci/run | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/ci/run b/contrib/ci/run index a9603195e..7a00a0a7f 100755 --- a/contrib/ci/run +++ b/contrib/ci/run @@ -204,7 +204,6 @@ function build_debug() libtool --mode=execute \ valgrind-condense 99 \ '!(*.py|*dlopen-tests)' -- \ - --vgdb=no \ --trace-children=yes \ --trace-children-skip='*/bin/*,*/sbin/*' \ --leak-check=full \ -- cgit