public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyasn1-modules/
Date: Wed,  6 Jan 2016 17:14:52 +0000 (UTC)	[thread overview]
Message-ID: <1452100488.620b91fd054274c0935afd96f31292466e3ec698.jlec@gentoo> (raw)

commit:     620b91fd054274c0935afd96f31292466e3ec698
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 16:20:09 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 17:14:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620b91fd

dev-python/pyasn1-modules: Fix tests

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=570742

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/pyasn1-modules/pyasn1-modules-0.0.8.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/pyasn1-modules/pyasn1-modules-0.0.8.ebuild b/dev-python/pyasn1-modules/pyasn1-modules-0.0.8.ebuild
index 9b06f54..063ce70 100644
--- a/dev-python/pyasn1-modules/pyasn1-modules-0.0.8.ebuild
+++ b/dev-python/pyasn1-modules/pyasn1-modules-0.0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -24,9 +24,9 @@ DEPEND="${RDEPEND}
 python_test() {
 	echoit() { echo "$@"; "$@"; }
 	local exit_status=0 test
-	for test in test/*.sh; do
-		PATH="${S}/tools:${PATH}" \
-			echoit sh "${test}" || exit_status=1
+	cd tools || die
+	for test in ../test/*.sh; do
+		echoit sh "${test}" || exit_status=1
 	done
 	return ${exit_status}
 }


             reply	other threads:[~2016-01-06 17:14 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-06 17:14 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-31  4:42 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyasn1-modules/ Sam James
2024-05-09 18:52 Michał Górny
2024-04-11 19:04 Michał Górny
2024-04-11 16:08 Arthur Zamarin
2024-03-27  3:37 Michał Górny
2023-05-27 11:14 Sam James
2023-05-23 16:08 Michał Górny
2023-05-23 15:42 Arthur Zamarin
2023-04-20  3:12 Michał Górny
2022-06-13  8:25 Michał Górny
2022-06-13  7:07 Agostino Sarubbo
2022-05-11 21:05 Michał Górny
2022-05-11 21:05 Michał Górny
2021-05-22 10:52 Michał Górny
2021-05-07 10:52 Michał Górny
2020-12-11 12:45 Michał Górny
2020-11-28 11:34 Sam James
2020-09-20 13:11 Michał Górny
2020-07-09 13:13 Michał Górny
2020-05-25 19:27 Michał Górny
2020-04-13 19:56 Sebastian Pipping
2020-03-28 17:07 Michał Górny
2020-03-28 17:07 Michał Górny
2020-03-28 17:07 Michał Górny
2019-11-16 13:53 Michał Górny
2019-11-16 13:53 Michał Górny
2019-06-25 12:09 Michael Haubenwallner
2019-04-13 22:41 Matthew Thode
2018-05-23 10:31 Mike Frysinger
2018-05-07  0:12 Mart Raudsepp
2018-02-21 20:18 Michał Górny
2018-02-02  9:05 Fabian Groffen
2017-10-29  6:53 Tim Harder
2017-09-30 15:29 Patrick Lauer
2017-08-01 18:52 Brian Dolbec
2017-05-03 11:02 Michał Górny
2017-02-24 17:45 Markus Meier
2017-01-25  9:05 Tobias Klausmann
2017-01-23  6:11 Jeroen Roovers
2017-01-19 10:59 Agostino Sarubbo
2017-01-18 16:52 Agostino Sarubbo
2015-10-14 13:40 Justin Lecher
2015-10-11 11:25 Justin Lecher
2015-09-29  7:41 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1452100488.620b91fd054274c0935afd96f31292466e3ec698.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox