Skip to content

Commit 6beef52

Browse files
committed
If byte compilation fails, exit test immediately
1 parent 1244ee4 commit 6beef52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Run tests. Used in Makefile.
44

55
./scripts/invoke_eldev.sh emacs --version || exit 1
6-
./scripts/invoke_eldev.sh compile --set=all
6+
./scripts/invoke_eldev.sh compile --set=all || exit 1
77
./scripts/invoke_eldev.sh emacs --batch -q \
88
--eval "(add-to-list 'load-path \"$(readlink -f .)\")" \
99
--eval "(add-to-list 'load-path \"$(readlink -f .)/test\")" \

0 commit comments

Comments
 (0)