From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A40EF138334 for ; Thu, 2 Jan 2020 21:25:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EE5AE0A9C; Thu, 2 Jan 2020 21:25:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E99AE0A9C for ; Thu, 2 Jan 2020 21:25:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96C7B34DE72 for ; Thu, 2 Jan 2020 21:25:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EC0637 for ; Thu, 2 Jan 2020 21:25:48 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1578000309.68712a990b7ec0111d0f82019aed36c3ba5c11c2.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: tests/ X-VCS-Repository: proj/portage-utils X-VCS-Files: tests/init.sh.in X-VCS-Directories: tests/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 68712a990b7ec0111d0f82019aed36c3ba5c11c2 X-VCS-Branch: master Date: Thu, 2 Jan 2020 21:25:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7cbbe708-6267-48b7-8aef-7703a9192c3c X-Archives-Hash: cdd0534e84092424499b3ed8c85d1cf6 commit: 68712a990b7ec0111d0f82019aed36c3ba5c11c2 Author: Fabian Groffen gentoo org> AuthorDate: Thu Jan 2 21:25:09 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Jan 2 21:25:09 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=68712a99 tests: fix retrieving test name Signed-off-by: Fabian Groffen gentoo.org> tests/init.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/init.sh.in b/tests/init.sh.in index c5cd8f3..7f5db06 100644 --- a/tests/init.sh.in +++ b/tests/init.sh.in @@ -35,7 +35,7 @@ q -i -q # used by Travis segfaults on qmanifest, so disable there to be able to # run the rest regularly dovalgrind=${Q_RUN_WITH_VALGRIND} -[[ ${TRAVIS_OS_NAME}:${a} == linux:qmanifest ]] && dovalgrind= +[[ ${TRAVIS_OS_NAME}:${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