aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2022-02-06 16:32:15 +0100
committerFabian Groffen <grobian@gentoo.org>2022-02-06 16:32:15 +0100
commitd57f8516cfad348c7871ebeee81b11ef6fcf4acf (patch)
tree4f7d6ccf9381fa17011b6ed7a509c7212e15591c
parent.github: b2sum and coreutils conflict (diff)
downloadportage-utils-d57f8516cfad348c7871ebeee81b11ef6fcf4acf.tar.gz
portage-utils-d57f8516cfad348c7871ebeee81b11ef6fcf4acf.tar.bz2
portage-utils-d57f8516cfad348c7871ebeee81b11ef6fcf4acf.zip
tests/init: remove last Travis cruft
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rw-r--r--tests/init.sh.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/init.sh.in b/tests/init.sh.in
index 248e343..2b0a65f 100644
--- a/tests/init.sh.in
+++ b/tests/init.sh.in
@@ -32,12 +32,9 @@ export TZ='UTC 0'
q -i -q
# inject valgrind wrapper if necessary, unfortunately valgrind on Ubuntu
-# used by Travis segfaults on qmanifest and qcheck, so disable there to
-# be able to run the rest regularly
+# causes qmanifest to print stuff double, so skip it for that applet
dovalgrind=${Q_RUN_WITH_VALGRIND}
-[[ ${TRAVIS_OS_NAME}:${as##*/} == linux:qmanifest ]] && dovalgrind=
-[[ ${TRAVIS_OS_NAME}:${as##*/} == linux:qcheck ]] && dovalgrind=
-[[ ${TRAVIS_OS_NAME}:${as##*/} == linux:qmerge ]] && dovalgrind=
+[[ ${RUNNER_OS}:${as##*/} == Linux:qmanifest ]] && dovalgrind=
if [[ -n ${dovalgrind} ]] ; then
chmod 755 "@abs_top_srcdir@/tests/valgrind-wrapper/qvalgrind"
for f in @abs_top_builddir@/q?* ; do