[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/swift-mode 6beef52fc8 1/2: If byte compilation fails, exit
|
From: |
ELPA Syncer |
|
Subject: |
[nongnu] elpa/swift-mode 6beef52fc8 1/2: If byte compilation fails, exit test immediately |
|
Date: |
Sun, 7 May 2023 04:02:49 -0400 (EDT) |
branch: elpa/swift-mode
commit 6beef52fc8e2b5e4224bb376d78d52f59548a261
Author: taku0 <mxxouy6x3m_github@tatapa.org>
Commit: taku0 <mxxouy6x3m_github@tatapa.org>
If byte compilation fails, exit test immediately
---
scripts/run_test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/run_test.sh b/scripts/run_test.sh
index 3871c818e1..2c433d896d 100755
--- a/scripts/run_test.sh
+++ b/scripts/run_test.sh
@@ -3,7 +3,7 @@
# Run tests. Used in Makefile.
./scripts/invoke_eldev.sh emacs --version || exit 1
-./scripts/invoke_eldev.sh compile --set=all
+./scripts/invoke_eldev.sh compile --set=all || exit 1
./scripts/invoke_eldev.sh emacs --batch -q \
--eval "(add-to-list 'load-path \"$(readlink -f .)\")" \
--eval "(add-to-list 'load-path \"$(readlink -f .)/test\")" \