Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/
Date: Sun, 25 Apr 2021 10:45:28
Message-Id: 1619347516.1a1e5e76f40324d6e679270e208fabdb7d440739.sam@gentoo
1 commit: 1a1e5e76f40324d6e679270e208fabdb7d440739
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 25 10:44:59 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 25 10:45:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1e5e76
7
8 sci-mathematics/wxmaxima: add 'local' before for loop
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild | 1 +
13 sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild | 1 +
14 2 files changed, 2 insertions(+)
15
16 diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild b/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild
17 index 72cf6098d52..86038f4610e 100644
18 --- a/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild
19 +++ b/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild
20 @@ -67,6 +67,7 @@ src_test() {
21 ImgCell
22 )
23
24 + local test
25 for test in "${tests[@]}" ; do
26 ./test_${test} || die "Unit test ${test} failed!"
27 done
28
29 diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild b/sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild
30 index 72cf6098d52..86038f4610e 100644
31 --- a/sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild
32 +++ b/sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild
33 @@ -67,6 +67,7 @@ src_test() {
34 ImgCell
35 )
36
37 + local test
38 for test in "${tests[@]}" ; do
39 ./test_${test} || die "Unit test ${test} failed!"
40 done