chore: restore old lean4-diff-test-file behavior

This commit is contained in:
Sebastian Ullrich 2020-12-09 18:05:59 +01:00
parent d9246a8415
commit 1de340a8a7

View file

@ -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)