tests/mtest.el:

(mstest-run-all-tests): Also turn on debugging w/ TESTDEBUG environment.
This commit is contained in:
Eric Ludlam 2019-11-29 15:50:28 -05:00
parent 8c4edbb52a
commit ab7a262f47

View file

@ -48,6 +48,7 @@
;; Enable this to see how the input/output is interacting with the
;; test harness.
(when (getenv "TESTDEBUG")
(toggle-debug-on-error)
(setq matlab-shell-io-testing t))
(mstest-start)