Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 31 Jul 2022 02:31:30
Message-Id: 1659234677.c68022e7081b51e599e562f98fcbe3add95ef824.sam@gentoo
1 commit: c68022e7081b51e599e562f98fcbe3add95ef824
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 02:31:17 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 02:31:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68022e7
7
8 toolchain.eclass: fix whitespace
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/toolchain.eclass | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
16 index d4007968ac8a..a1093e0fb603 100644
17 --- a/eclass/toolchain.eclass
18 +++ b/eclass/toolchain.eclass
19 @@ -1910,9 +1910,9 @@ toolchain_src_test() {
20 einfo "Comparing with previous cached results at ${BROOT}/var/cache/gcc/${SLOT}"
21
22 # Exit with the following values:
23 - # 0 if there is nothing of interest
24 - # 1 if there are errors when comparing single test case files
25 - # N for the number of errors found when comparing directories
26 + # 0 if there is nothing of interest
27 + # 1 if there are errors when comparing single test case files
28 + # N for the number of errors found when comparing directories
29 "${S}"/contrib/compare_tests "${BROOT}"/var/cache/gcc/${SLOT}/ . || die "Comparison for tests results failed, error code: $?"
30 fi
31 }