Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: tests/
Date: Sun, 06 Feb 2022 15:32:22
Message-Id: 1644161535.d57f8516cfad348c7871ebeee81b11ef6fcf4acf.grobian@gentoo
1 commit: d57f8516cfad348c7871ebeee81b11ef6fcf4acf
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 6 15:32:15 2022 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 6 15:32:15 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=d57f8516
7
8 tests/init: remove last Travis cruft
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 tests/init.sh.in | 7 ++-----
13 1 file changed, 2 insertions(+), 5 deletions(-)
14
15 diff --git a/tests/init.sh.in b/tests/init.sh.in
16 index 248e343..2b0a65f 100644
17 --- a/tests/init.sh.in
18 +++ b/tests/init.sh.in
19 @@ -32,12 +32,9 @@ export TZ='UTC 0'
20 q -i -q
21
22 # inject valgrind wrapper if necessary, unfortunately valgrind on Ubuntu
23 -# used by Travis segfaults on qmanifest and qcheck, so disable there to
24 -# be able to run the rest regularly
25 +# causes qmanifest to print stuff double, so skip it for that applet
26 dovalgrind=${Q_RUN_WITH_VALGRIND}
27 -[[ ${TRAVIS_OS_NAME}:${as##*/} == linux:qmanifest ]] && dovalgrind=
28 -[[ ${TRAVIS_OS_NAME}:${as##*/} == linux:qcheck ]] && dovalgrind=
29 -[[ ${TRAVIS_OS_NAME}:${as##*/} == linux:qmerge ]] && dovalgrind=
30 +[[ ${RUNNER_OS}:${as##*/} == Linux:qmanifest ]] && dovalgrind=
31 if [[ -n ${dovalgrind} ]] ; then
32 chmod 755 "@abs_top_srcdir@/tests/valgrind-wrapper/qvalgrind"
33 for f in @abs_top_builddir@/q?* ; do