diff options
author | Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> | 2014-09-19 14:22:50 +0300 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2014-09-22 10:22:30 +0200 |
commit | 954eaa7cfecdfa5515dc455c3ff0732ef746596d (patch) | |
tree | a4dae62e3400a95dec4fabbd7fc5edc252da189c | |
parent | b7a17cb7d498ce6f1f8b385ae2c442c6a19a8986 (diff) | |
download | sssd-954eaa7cfecdfa5515dc455c3ff0732ef746596d.tar.gz sssd-954eaa7cfecdfa5515dc455c3ff0732ef746596d.tar.xz sssd-954eaa7cfecdfa5515dc455c3ff0732ef746596d.zip |
CI: Remove disabling of Valgrind gdb invocation
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 <lslebodn@redhat.com>
-rwxr-xr-x | contrib/ci/run | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |