From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EBB7E1381F3 for ; Tue, 2 Jul 2013 14:50:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EF5DE0729; Tue, 2 Jul 2013 14:50:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1559DE0729 for ; Tue, 2 Jul 2013 14:50:44 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BC8433E848 for ; Tue, 2 Jul 2013 14:50:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9B877E468F for ; Tue, 2 Jul 2013 14:50:42 +0000 (UTC) From: "Jauhien Piatlicki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" Message-ID: <1372776720.9cfbe9d06599a87ed2e91a3f54dee981a80365b4.jauhien@gentoo> Subject: [gentoo-commits] proj/g-sorcery:master commit in: / X-VCS-Repository: proj/g-sorcery X-VCS-Files: README X-VCS-Directories: / X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: 9cfbe9d06599a87ed2e91a3f54dee981a80365b4 X-VCS-Branch: master Date: Tue, 2 Jul 2013 14:50:42 +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-Archives-Salt: 2823d305-6a60-4051-91c0-6b72dd00c852 X-Archives-Hash: 3713a7e2a0b21fc41b909ff3476ff198 commit: 9cfbe9d06599a87ed2e91a3f54dee981a80365b4 Author: Jauhien Piatlicki (jauhien) gmail com> AuthorDate: Tue Jul 2 14:52:00 2013 +0000 Commit: Jauhien Piatlicki gmail com> CommitDate: Tue Jul 2 14:52:00 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/g-sorcery.git;a=commit;h=9cfbe9d0 py2: README: tests --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index feb5e1e..9f7297f 100644 --- a/README +++ b/README @@ -42,7 +42,8 @@ Backend should have everything specific for a given 3rd party software provider: concrete algorithms for ebuild-generation, eclasses, databases with information about available software and so on. -To test current code run `python3 scripts/run_tests.py' +To test current code run `python3 scripts/run_tests.py' or +`python2 scripts/run_tests.py' Note that for tests of an ELPA backend you'll need dev-python/sexpdata available in `jauhien' overlay (just do `layman -a jauhien')