Skip to content

Commit

Permalink
Merge pull request #58 from Walheimat/bugfix/set-correct-variable-for…
Browse files Browse the repository at this point in the history
…-profile

fix(profiler): set correct variable
  • Loading branch information
rejeep authored Nov 10, 2023
2 parents 69d66b9 + 0df8def commit 98a5a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ert-runner.el
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ nil, `ert-runner-test-path' will be used instead."

(defun ert-runner/profile ()
"Show profiling output."
(setq ert-runner-profiler t))
(setq ert-runner-profile t))

(defun ert-runner/quiet ()
"Do not show package output."
Expand Down

0 comments on commit 98a5a6f

Please sign in to comment.