diff options
author | Fabian Groffen <grobian@gentoo.org> | 2022-02-06 13:31:15 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2022-02-06 13:31:15 +0100 |
commit | e106383b82df59b81bf1a5a862f893717547fd6d (patch) | |
tree | f3f899114b18e7cfa027b7e5d15f28a55b1d027a /tests | |
parent | .github: have to deal with Werror=unknown-pragmas (diff) | |
download | portage-utils-e106383b82df59b81bf1a5a862f893717547fd6d.tar.gz portage-utils-e106383b82df59b81bf1a5a862f893717547fd6d.tar.bz2 portage-utils-e106383b82df59b81bf1a5a862f893717547fd6d.zip |
travis: remove
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/valgrind-wrapper/qvalgrind | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/valgrind-wrapper/qvalgrind b/tests/valgrind-wrapper/qvalgrind index 7240e98..5286cf6 100755 --- a/tests/valgrind-wrapper/qvalgrind +++ b/tests/valgrind-wrapper/qvalgrind @@ -16,7 +16,7 @@ if [[ ${ret} == 234 ]] ; then mv q-valgrind.log q-valgrind.$$.log echo "valgrind log can be found at ${PWD}/q-valgrind.$$.log" > /dev/stderr # dump complaints in Travis' log, as we cannot retrieve them lateron - [[ -n ${TRAVIS_OS_NAME} ]] && cat q-valgrind.$$.log > /dev/stderr + [[ -n ${RUNNER_OS} ]] && cat q-valgrind.$$.log > /dev/stderr else rm q-valgrind.log fi |