Hi Ole!

While trying to get the test suite (or its "Portable.sh" subset) to pass on
Fedora 32 x86-64, I ran into these grammar errors:

https://www.shlomifish.org/Files/files/code/parallel-mak-grammar-v0.1.0.patch

Patch is under CC0 / MITL/ExpatL - I didn't see an obvious way to submit
patches or merge reqs on
https://savannah.gnu.org/bugs/?group=parallel&func=additem .

Otherwise note that what I tried ran "sudo" and asked for my password. :(

> [snipped]

-- 

Shlomi Fish       https://www.shlomifish.org/
Parody of "The Fountainhead" - https://shlom.in/towtf

Mastering ‘cat’ is almost as difficult as herding cats.
    — https://www.shlomifish.org/humour/bits/Mastering-Cat/

Please reply to list if it's a mailing list post - https://shlom.in/reply .
diff --git a/testsuite/Makefile b/testsuite/Makefile
index 43572e7..847329e 100644
--- a/testsuite/Makefile
+++ b/testsuite/Makefile
@@ -7,7 +7,7 @@ testsuite: 3
 	touch ~/.parallel/will-cite
 	make stopvm
 
-### Limited testsets - run once
+### Limited test sets - run once
 # No 100s, 300s, mem, polarhome, tutorial
 1: ../src/parallel tests-to-run/* wanted-results/* prereqlocal startdb prereqremote
 	TRIES=1 time bash Start.sh '' '00s|mem|polarhome|tutorial' || true
@@ -58,7 +58,7 @@ testlocalshort: ../src/parallel tests-to-run/*local* wanted-results/*local* prer
 testdb: ../src/parallel tests-to-run/*sql* wanted-results/*sql* prereqdb
 	time bash Start.sh sql NONE
 
-# Portable tests that runs everywhere
+# Portable tests that run everywhere
 portable:
 	# Cache sudo password
 	sudo echo

Reply via email to