Skip to content

Commit a06f672

Browse files
committed
Merge pull request #114 from sviridov/cask-and-ert-runner-take-two
Fixed: run tests interectively for terminal
2 parents a84212c + ac9d5ef commit a06f672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-helper.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
(goto-char (point-min))
4444
,@body))
4545

46-
(when window-system
46+
(when (s-contains? "--win" (getenv "ERT_RUNNER_ARGS"))
4747
(defun ert-runner/run-tests-batch-and-exit (selector)
4848
(ert-run-tests-interactively selector)))

0 commit comments

Comments
 (0)