diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2017-12-16 15:06:40 +0000 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2017-12-16 15:06:40 +0000 |
| commit | f0200aa32c820a8314518c4762da8529958eac97 (patch) | |
| tree | e898ef4be9a267fe4365258dec9525fcf8cb0809 /test | |
| parent | 75bfe60f3200bf2fa2a2f4dd5e9e8a5ab43f1660 (diff) | |
Make it easier to download emacs source code
Diffstat (limited to 'test')
| -rw-r--r-- | test/unit-test.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit-test.el b/test/unit-test.el index a24f3f9..e36f6df 100644 --- a/test/unit-test.el +++ b/test/unit-test.el @@ -88,7 +88,7 @@ (if (f-exists-p emacs-src-path) (let ((find-function-C-source-directory emacs-src-path)) (helpful-callable 'if)) - (message "No Emacs source code found at %S, skipping test." + (message "No Emacs source code found at %S, skipping test. Run ./download_emacs_src.sh." emacs-src-path)))) (ert-deftest helpful--no-symbol-properties () @@ -148,7 +148,7 @@ (if (f-exists-p emacs-src-path) (let ((find-function-C-source-directory emacs-src-path)) (helpful--definition 'default-directory nil)) - (message "No Emacs source code found at %S, skipping test." + (message "No Emacs source code found at %S, skipping test. Run ./download_emacs_src.sh" emacs-src-path)))) (ert-deftest helpful-variable () |
