Gentoo Archives: gentoo-commits

From: Jauhien Piatlicki <piatlicki@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/g-sorcery:master commit in: /
Date: Tue, 02 Jul 2013 14:50:45
Message-Id: 1372776720.9cfbe9d06599a87ed2e91a3f54dee981a80365b4.jauhien@gentoo
1 commit: 9cfbe9d06599a87ed2e91a3f54dee981a80365b4
2 Author: Jauhien Piatlicki (jauhien) <piatlicki <AT> gmail <DOT> com>
3 AuthorDate: Tue Jul 2 14:52:00 2013 +0000
4 Commit: Jauhien Piatlicki <piatlicki <AT> gmail <DOT> com>
5 CommitDate: Tue Jul 2 14:52:00 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/g-sorcery.git;a=commit;h=9cfbe9d0
7
8 py2: README: tests
9
10 ---
11 README | 3 ++-
12 1 file changed, 2 insertions(+), 1 deletion(-)
13
14 diff --git a/README b/README
15 index feb5e1e..9f7297f 100644
16 --- a/README
17 +++ b/README
18 @@ -42,7 +42,8 @@ Backend should have everything specific for a given 3rd party software
19 provider: concrete algorithms for ebuild-generation, eclasses,
20 databases with information about available software and so on.
21
22 -To test current code run `python3 scripts/run_tests.py'
23 +To test current code run `python3 scripts/run_tests.py' or
24 +`python2 scripts/run_tests.py'
25
26 Note that for tests of an ELPA backend you'll need dev-python/sexpdata
27 available in `jauhien' overlay (just do `layman -a jauhien')