emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/buttercup 178c795 242/340: README: Add '-L .' to test runn


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup 178c795 242/340: README: Add '-L .' to test runner example
Date: Thu, 16 Dec 2021 14:59:42 -0500 (EST)

branch: elpa/buttercup
commit 178c7954f8bb6e1209966f11c41587609048f258
Author: Ola Nilsson <ola.nilsson@gmail.com>
Commit: Ola Nilsson <ola.nilsson@gmail.com>

    README: Add '-L .' to test runner example
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7c507cd..18907bd 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ Now create a file called `test-feature.el` with these 
contents:
 You can now use buttercup to run this test:
 
 ```
-$ emacs -batch -f package-initialize -f buttercup-run-discover
+$ emacs -batch -f package-initialize -L . -f buttercup-run-discover
 Running 1 specs.
 
 A suite



reply via email to

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