We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3421ff commit ac9d5efCopy full SHA for ac9d5ef
test/test-helper.el
@@ -43,6 +43,6 @@
43
(goto-char (point-min))
44
,@body))
45
46
-(when window-system
+(when (s-contains? "--win" (getenv "ERT_RUNNER_ARGS"))
47
(defun ert-runner/run-tests-batch-and-exit (selector)
48
(ert-run-tests-interactively selector)))
0 commit comments