summaryrefslogtreecommitdiff
path: root/app-emacs/websocket/websocket-1.12.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/websocket/websocket-1.12.ebuild')
-rw-r--r--app-emacs/websocket/websocket-1.12.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/websocket/websocket-1.12.ebuild b/app-emacs/websocket/websocket-1.12.ebuild
index c512baa9f3c7..b70eabe48fad 100644
--- a/app-emacs/websocket/websocket-1.12.ebuild
+++ b/app-emacs/websocket/websocket-1.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -23,7 +23,7 @@ src_compile() {
src_test() {
${EMACS} ${EMACSFLAGS} -L . -l websocket-test \
- -f ert-run-tests-batch-and-exit
+ -f ert-run-tests-batch-and-exit || die "tests failed"
}
src_install() {