projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fdc38a
)
twisted-r1.eclass: Replace TEST_DIR eqawarn with fatal error
author
Michał Górny
<mgorny@gentoo.org>
Sat, 11 Feb 2017 11:23:55 +0000
(12:23 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 11 Feb 2017 12:07:25 +0000
(13:07 +0100)
eclass/twisted-r1.eclass
patch
|
blob
|
history
diff --git
a/eclass/twisted-r1.eclass
b/eclass/twisted-r1.eclass
index 5b10491d25cfb697fcda4cb3504b6cd54a0927f1..d8c9b308943546bd974c6756eecd8d0aae87dc48 100644
(file)
--- a/
eclass/twisted-r1.eclass
+++ b/
eclass/twisted-r1.eclass
@@
-135,9
+135,10
@@
twisted-r1_python_test() {
distutils_install_for_testing || die
if [[ ${TEST_DIR} != ${BUILD_DIR}/test ]]; then
- eqawarn "twisted-r1 integrity check failed."
- eqawarn "TEST_DIR: ${TEST_DIR}"
- eqawarn "expected: ${BUILD_DIR}/test"
+ eerror "twisted-r1 integrity check failed."
+ eerror "TEST_DIR: ${TEST_DIR}"
+ eerror "expected: ${BUILD_DIR}/test"
+ die "TEST_DIR integrity check failed"
fi
cd "${TEST_DIR}"/lib || die