diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-05-25 20:38:49 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-05-25 20:38:49 +0200 |
commit | 93ab3a3b0a280d83d5d65af2e4740cb3227a38a2 (patch) | |
tree | 256bf7e40fe872fb8a3e8464264829a5c0eab297 | |
parent | qmerge: drop unused argument to pkg_verify_checksums (diff) | |
download | portage-utils-93ab3a3b0a280d83d5d65af2e4740cb3227a38a2.tar.gz portage-utils-93ab3a3b0a280d83d5d65af2e4740cb3227a38a2.tar.bz2 portage-utils-93ab3a3b0a280d83d5d65af2e4740cb3227a38a2.zip |
tests/init: drop valgrind exclusions
After some manual testing and fixes on a Bionic VM, valgrind no longer
dumps core there, so let's hope we can finally run the full suite using
valgrind on Travis too.
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rw-r--r-- | tests/init.sh.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/init.sh.in b/tests/init.sh.in index 8b67070..6cdfccf 100644 --- a/tests/init.sh.in +++ b/tests/init.sh.in @@ -35,8 +35,6 @@ q -i -q # used by Travis segfaults on qmanifest and qcheck, so disable there to # be able to run the rest regularly dovalgrind=${Q_RUN_WITH_VALGRIND} -[[ ${TRAVIS_OS_NAME}:${as##*/} == linux:qmanifest ]] && dovalgrind= -[[ ${TRAVIS_OS_NAME}:${as##*/} == linux:qcheck ]] && dovalgrind= if [[ -n ${dovalgrind} ]] ; then chmod 755 "@abs_top_srcdir@/tests/valgrind-wrapper/qvalgrind" for f in @abs_top_builddir@/q?* ; do |