We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1244ee4 commit 6beef52Copy full SHA for 6beef52
scripts/run_test.sh
@@ -3,7 +3,7 @@
3
# Run tests. Used in Makefile.
4
5
./scripts/invoke_eldev.sh emacs --version || exit 1
6
-./scripts/invoke_eldev.sh compile --set=all
+./scripts/invoke_eldev.sh compile --set=all || exit 1
7
./scripts/invoke_eldev.sh emacs --batch -q \
8
--eval "(add-to-list 'load-path \"$(readlink -f .)\")" \
9
--eval "(add-to-list 'load-path \"$(readlink -f .)/test\")" \
0 commit comments