diff options
| author | Glenn Morris | 2013-11-23 12:42:38 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-11-23 12:42:38 -0800 |
| commit | f4d341afb66e0418d9a0c41db08096d917568bd8 (patch) | |
| tree | 2725f9362380dbc7b1e8d8b3c749a11aed0547df /test/ChangeLog | |
| parent | 3cfb6af3af535146d22ef103f8472a08edd8c215 (diff) | |
| download | emacs-f4d341afb66e0418d9a0c41db08096d917568bd8.tar.gz emacs-f4d341afb66e0418d9a0c41db08096d917568bd8.zip | |
Use skip-unless in some python tests
* test/automated/python-tests.el (python-shell-parse-command-1)
(python-shell-make-comint-1, python-shell-make-comint-2)
(python-shell-get-process-1)
(python-shell-internal-get-or-create-process-1):
Skip rather than fail if prereqs not found.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 59aacd13fd0..c59548252ff 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2013-11-23 Glenn Morris <rgm@gnu.org> | 1 | 2013-11-23 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * automated/python-tests.el (python-shell-parse-command-1) | ||
| 4 | (python-shell-make-comint-1, python-shell-make-comint-2) | ||
| 5 | (python-shell-get-process-1) | ||
| 6 | (python-shell-internal-get-or-create-process-1): | ||
| 7 | Skip rather than fail if prereqs not found. | ||
| 8 | |||
| 3 | * automated/Makefile.in (emacs): | 9 | * automated/Makefile.in (emacs): |
| 4 | Empty EMACSLOADPATH rather than unsetting. | 10 | Empty EMACSLOADPATH rather than unsetting. |
| 5 | 11 | ||