automake-commit
[Top][All Lists]
Advanced

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

[automake-commit] 03/04: doc: fix quoting in suggested parallel test inv


From: Jim Meyering
Subject: [automake-commit] 03/04: doc: fix quoting in suggested parallel test invocation
Date: Sun, 15 Nov 2020 12:46:31 -0500

meyering pushed a commit to branch master
in repository automake.

View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=ba522c635f8c92708934585832422b069d1793d7

commit ba522c635f8c92708934585832422b069d1793d7
Author: Jim Meyering <meyering@fb.com>
AuthorDate: Sun Nov 15 08:12:40 2020 -0800

    doc: fix quoting in suggested parallel test invocation
    
    * t/README: Fix reversed single/double quotes.
---
 t/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/README b/t/README
index 23dd943..bc69baa 100644
--- a/t/README
+++ b/t/README
@@ -204,7 +204,7 @@ Writing test cases
   'run_make' function rather than calling $MAKE directly.  Not only is
   this more idiomatic, but it also avoid possible spurious racy failures
   when the make invocations in the testsuite are run in parallel mode
-  (as with "make check AM_TESTSUITE_MAKE='make -j4"').
+  (as with "make check AM_TESTSUITE_MAKE='make -j4'").
 
 * Do not override Makefile variables using make arguments, as in e.g.:
 



reply via email to

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