projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1396364
)
dev-tcltk/snack: Log test output
author
Tupone Alfredo
<tupone@gentoo.org>
Tue, 14 May 2019 19:56:16 +0000
(21:56 +0200)
committer
Tupone Alfredo
<tupone@gentoo.org>
Tue, 14 May 2019 19:56:16 +0000
(21:56 +0200)
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-tcltk/snack/snack-2.2.10-r8.ebuild
patch
|
blob
|
history
diff --git
a/dev-tcltk/snack/snack-2.2.10-r8.ebuild
b/dev-tcltk/snack/snack-2.2.10-r8.ebuild
index 773eb22926a00fca823b851bff0a34a1b0c0b877..6d1db3f8e3083ca1be0e7b38f6c926b6ec884117 100644
(file)
--- a/
dev-tcltk/snack/snack-2.2.10-r8.ebuild
+++ b/
dev-tcltk/snack/snack-2.2.10-r8.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
8
Gentoo Authors
+# Copyright 1999-201
9
Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@
-77,7
+77,8
@@
src_compile() {
}
src_test() {
- TCLLIBPATH=${S} virtx default | grep FAILED && die
+ TCLLIBPATH=${S} virtx default | tee snack.testResult
+ grep -q FAILED snack.testResult && die
}
src_install() {