# HG changeset patch # User Augie Fackler # Date 1550697586 18000 # Node ID 6bc0149667311297550342a97517f8e29b0d2ac5 # Parent f08193904d9380623a1842e9074dd8d99f6d4381 emacs: hg's run-tests is smart enough to guess -j now diff --git a/.elisp/settings/90.keybindings.el b/.elisp/settings/90.keybindings.el --- a/.elisp/settings/90.keybindings.el +++ b/.elisp/settings/90.keybindings.el @@ -23,7 +23,7 @@ (defun af-dwim-f4 () (interactive) (cond ((string-match "\\.t$" buffer-file-name) (textmate-start-compile-in-root - (concat "cd tests && python run-tests.py --local -j 2 " + (concat "cd tests && python run-tests.py --local " (file-name-nondirectory buffer-file-name)))) ((string-match "\\.rs$" buffer-file-name) (textmate-start-compile-in-root "cargo test"))