Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/samri/
Date: Sun, 28 Apr 2019 02:00:24
Message-Id: 1556416793.821a0d0ad237cc05b5e5e3ba5cc7e36c463f0ff0.chymera@gentoo
1 commit: 821a0d0ad237cc05b5e5e3ba5cc7e36c463f0ff0
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sun Apr 28 01:55:41 2019 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sun Apr 28 01:59:53 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=821a0d0a
7
8 sci-biology/samri: updated tests
9
10 Package-Manager: Portage-2.3.65, Repoman-2.3.12
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sci-biology/samri/samri-9999.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/sci-biology/samri/samri-9999.ebuild b/sci-biology/samri/samri-9999.ebuild
17 index 758eed180..a73f94a95 100644
18 --- a/sci-biology/samri/samri-9999.ebuild
19 +++ b/sci-biology/samri/samri-9999.ebuild
20 @@ -69,5 +69,7 @@ python_test() {
21 -e "/def test_bru2bids():/i@×××××××××××.skip('Skipped by Portage, as this was already tested in test_scripts.sh')" \
22 samri/pipelines/tests/test_reposit.py || die
23 cd "${BUILD_DIR}" || die
24 + sed -i -e "s:'/tmp/:'$T/:g" `grep -rl "'/tmp/"`
25 pytest -vv || die
26 + sed -i -e "s:'$T/:'/tmp/:g" `grep -rl "'$T/"`
27 }