diff options
author | Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> | 2014-09-04 17:09:31 +0300 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2014-09-22 10:22:08 +0200 |
commit | e1a58f3d5b44d4d8b8d0239481eee52c7a9b69fd (patch) | |
tree | 6d6955af11c54d965ae74a05b50de0a1fc3d867e /contrib | |
parent | 89e18b38259e9c5f1aa1a35ef30f13aee5ea6bd2 (diff) | |
download | sssd-e1a58f3d5b44d4d8b8d0239481eee52c7a9b69fd.tar.gz sssd-e1a58f3d5b44d4d8b8d0239481eee52c7a9b69fd.tar.xz sssd-e1a58f3d5b44d4d8b8d0239481eee52c7a9b69fd.zip |
CI: Don't run dlopen-tests under Valgrind
Disable running dlopen-tests under Valgrind as their use of dlclose
makes Valgrind drop symbols and produce meaningless backtraces, which
cannot be matched with specific suppressions.
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/ci/run | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/ci/run b/contrib/ci/run index 9864818c6..f5f84c448 100755 --- a/contrib/ci/run +++ b/contrib/ci/run @@ -202,7 +202,8 @@ function build_debug() stage make-check-valgrind \ make-check-wrap -j $CPU_NUM check -- \ libtool --mode=execute \ - valgrind-condense 99 '!(*.py)' -- \ + valgrind-condense 99 \ + '!(*.py|*dlopen-tests)' -- \ --vgdb=no \ --trace-children=yes \ --trace-children-skip='*/bin/*,*/sbin/*' \ |