X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FREADME;h=81c232ddd0a3fc90e1dbaa74f34f1252da004193;hb=d59d9c81522d9127dde089ae9457f44de53f28e9;hp=6dc3034691a41f7440e035892604534674f089ff;hpb=dba1f6e43247fb66ef1068ad88672dfb6a2df624;p=obsolete%2Fnotmuch-old diff --git a/test/README b/test/README index 6dc30346..81c232dd 100644 --- a/test/README +++ b/test/README @@ -69,12 +69,12 @@ can be specified as follows: make test OPTIONS="--verbose" -You can choose an emacs binary to run the tests in one of the -following ways. +You can choose an emacs binary (and corresponding emacsclient) to run +the tests in one of the following ways. - TEST_EMACS=my-special-emacs make test - TEST_EMACS=my-special-emacs ./emacs - make test TEST_EMACS=my-special-emacs + TEST_EMACS=my-special-emacs TEST_EMACSCLIENT=my-emacsclient make test + TEST_EMACS=my-special-emacs TEST_EMACSCLIENT=my-emacsclient ./emacs + make test TEST_EMACS=my-special-emacs TEST_EMACSCLIENT=my-emacsclient Skipping Tests --------------