emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 5308a4e11e: Improve image-tests.el Commentary


From: Stefan Kangas
Subject: master 5308a4e11e: Improve image-tests.el Commentary
Date: Tue, 6 Sep 2022 21:23:06 -0400 (EDT)

branch: master
commit 5308a4e11e72804d6cae56b8ea13c51b3f523c51
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Improve image-tests.el Commentary
    
    * test/src/image-tests.el: Doc fix; explain how to run from
    command line.
---
 test/src/image-tests.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/test/src/image-tests.el b/test/src/image-tests.el
index 0a13db67d4..0b2d42ab9f 100644
--- a/test/src/image-tests.el
+++ b/test/src/image-tests.el
@@ -22,8 +22,11 @@
 ;;; Commentary:
 
 ;; Most of these tests will only run in a GUI session, and not with
-;; "make check".  Run them manually in an interactive session with
-;; `M-x eval-buffer' followed by `M-x ert'.
+;; "make check".  You must run them manually in an interactive session
+;; with, for example, `M-x eval-buffer' followed by `M-x ert'.
+;;
+;; To run these tests from the command line, try:
+;;     ./src/emacs -Q -l test/src/image-tests.el -eval "(ert t)"
 
 ;;; Code:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]