chore: restore old lean4-diff-test-file behavior
This commit is contained in:
parent
d9246a8415
commit
1de340a8a7
1 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@
|
|||
(defun lean4-diff-test-file ()
|
||||
"Use interactive ./test_input.sh on file of current buffer"
|
||||
(interactive)
|
||||
(message (shell-command-to-string (format "PATH=%s/bin:$PATH ./test_single.sh -i \"%s\"" (lean4-get-rootdir) (f-filename (buffer-file-name))))))
|
||||
; yes: auto-agree to copying missing files
|
||||
(message (shell-command-to-string (format "yes | PATH=%s/bin:$PATH ./test_single.sh -i \"%s\"" (lean4-get-rootdir) (f-filename (buffer-file-name))))))
|
||||
|
||||
(provide 'lean4-dev)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue