Commit 408c904d authored by Ulrich Müller's avatar Ulrich Müller
Browse files

* Makefile.in (sanity-check): Add the -Q option. (Bug#66721)

parent f1ae3c94
Pipeline #26891 failed with stages
in 116 minutes and 58 seconds
......@@ -421,7 +421,7 @@ advice-on-failure:
sanity-check:
@[ -f .no-advice-on-failure ] && exit 0; true
@v=`src/emacs${EXEEXT} --batch --eval \
@v=`src/emacs${EXEEXT} --batch -Q --eval \
'(progn (defun f (n) (if (= 0 n) 1 (* n (f (- n 1))))) (princ (f 10)))' \
2> /dev/null`; \
[ "X$$v" = "X3628800" ] && exit 0; \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment