tests/mtest.el:
(mstest-run-all-tests): Also turn on debugging w/ TESTDEBUG environment.
This commit is contained in:
parent
8c4edbb52a
commit
ab7a262f47
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue