parallel_examples.pod: Build testing added.

This commit is contained in:
Ole Tange 2022-09-22 19:34:47 +02:00
parent 0da05fe981
commit edb60d07bd
11 changed files with 2097 additions and 38 deletions

17
NEWS
View file

@ -2,6 +2,23 @@
New in this release:
* --colour-failed only changes output for failing jobs.
* Password for --sshlogin can be put in $SSHPASS.
* Examples are moved from `man parallel` to `man parallel_examples`.
* Bug fixes and man page updates.
News about GNU Parallel:
* WOMM - Works On My Machine uses GNU Parallel https://pypi.org/project/womm/
20220822
New in this release:
* --header 0 allows using {filename} as replacement string
* Bug fixes and man page updates.

View file

@ -4,12 +4,12 @@
Quote of the month:
Doing some absolutely bonkers "data science" on the command line. GNU parallel + JQ is very powerful, allowing me to parse and 10Gig-JSON-File in under a minute.
-- @jeeger@twitter Keter-class developer
I've learned a lot during my internship, but getting even slightly more proficient with GNU parallel is probably the most important thing I've learned...
-- Elijah Rippeth @terrible_coder@twitter
reduced our backend test pipelines from 4 to 1.30 hrs. gnu parallel for the win!!!
-- Swapnil Sahu @CaffeinatedWryy@twitter
I honestly don't know how I'd survive without @Docker and @GNU_Parallel
-- Eric Pauley @EricPauley_@twitter
@ -195,6 +195,9 @@ https://negfeedback.blogspot.com/2020/05/indispensable-command-line-tools.html
=== Used ===
reduced our backend test pipelines from 4 to 1.30 hrs. gnu parallel for the win!!!
-- Swapnil Sahu @CaffeinatedWryy@twitter
Parallel is Good Stuff (tm)
-- bloopernova@ycombinator

View file

@ -255,20 +255,28 @@ from:tange@gnu.org
to:parallel@gnu.org, bug-parallel@gnu.org
stable-bcc: Jesse Alama <jessealama@fastmail.fm>
Subject: GNU Parallel 20220922 ('Sanna Marin') released
Subject: GNU Parallel 20220922 ('Elizabeth') released
GNU Parallel 20220922 ('') has been released. It is available for download at: lbry://@GnuParallel:4
GNU Parallel 20220922 ('Elizabeth') has been released. It is available for download at: lbry://@GnuParallel:4
Quote of the month:
<<>>
reduced our backend test pipelines from 4 to 1.30 hrs. gnu parallel for the win!!!
-- Swapnil Sahu @CaffeinatedWryy@twitter
New in this release:
* --colour-failed only changes output for failing jobs.
* Password for --sshlogin can be put in $SSHPASS.
* Examples are moved from `man parallel` to `man parallel_examples`.
* Bug fixes and man page updates.
https://github.com/bfidatadigipres/dpx_encoding
https://pypi.org/project/womm/
News about GNU Parallel:
* WOMM - Works On My Machine uses GNU Parallel https://pypi.org/project/womm/
GNU Parallel - For people who live life in the parallel lane.

View file

@ -1,6 +1,7 @@
<directory name="parallel" rev="347" vrev="2" srcmd5="803d9855154ec525873bed4782299c57">
<entry name="PKGBUILD" md5="20e14c8cccb155e3face39ed1a5f8e32" size="1866" mtime="1661195576" />
<entry name="parallel-20220822.tar.bz2" md5="df66fc183b6abddcf3d096d3d9c7e3fd" size="2389868" mtime="1661195576" />
<entry name="parallel.spec" md5="5782a2e9ee73bd3bf2b3824dc7fe9b61" size="6224" mtime="1661195576" />
<directory name="parallel" rev="349" vrev="3" srcmd5="88f40ad9bbb1daf2a1bec59454b914db">
<entry name="PKGBUILD" md5="1c1527b132c3217f1782a06ed6e0bc03" size="1866" mtime="1661896179" />
<entry name="parallel-20220822.tar.bz2" md5="43318678f3ea82c1182f6ef6f3e645ff" size="2408211" mtime="1661896180" />
<entry name="parallel.spec" md5="6aac6bd4ee52866a031f6627bb430959" size="6224" mtime="1661896180" />
<entry name="parallel_20220822.dsc" md5="4bb4e8ab6d59c953c20b98110cc11e64" size="556" mtime="1661894497" />
<entry name="parallel_20220822.tar.gz" md5="b4907f90688afd39e7e8ce14650e7209" size="2646757" mtime="1661195577" />
</directory>

View file

@ -1,8 +1,8 @@
Summary: Shell tool for executing jobs in parallel
Name: parallel
Version: 20220822
Release: 2.2
Version: 20220830
Release: 2.1
License: GPL-3.0-or-later
Group: Productivity/File utilities
URL: ftp://ftp.gnu.org/gnu/parallel

View file

@ -2556,7 +2556,7 @@ sub parse_options(@) {
# If you want GNU Parallel to be maintained in the future you
# should keep this line.
citation_notice();
# _YOU_ will be harming free software by removing the notice. You
# _YOU_ will be harming free software by removing the notice. You
# accept to be added to a public hall of shame by removing the
# line. This is because _YOU_ actively make it harder to justify
# spending time developing GNU Parallel.

View file

@ -749,7 +749,7 @@ See also: B<--basefile> B<--transfer> B<--transferfile> B<--sshlogin>
B<--return>
=item B<--color> (beta testing)
=item B<--color> (alpha testing)
Colour output.
@ -761,9 +761,9 @@ B<--color> is ignored when using B<-u>.
See also: B<--color-failed>
=item B<--color-failed> (beta testing)
=item B<--color-failed> (alpha testing)
=item B<--cf> (beta testing)
=item B<--cf> (alpha testing)
Colour the output from failing jobs white on red.
@ -1265,7 +1265,7 @@ soon,fail=1-99%
=back
=item B<--header> I<regexp> (alpha testing)
=item B<--header> I<regexp> (beta testing)
Use regexp as header.
@ -1591,9 +1591,9 @@ Example:
See also: B<--line-buffer>
=item B<--line-buffer> (beta testing)
=item B<--line-buffer> (alpha testing)
=item B<--lb> (beta testing)
=item B<--lb> (alpha testing)
Buffer output on line basis.
@ -1934,7 +1934,7 @@ called with B<--sshlogin>).
See also: B<--profile>
=item B<--plus> (alpha testing)
=item B<--plus> (beta testing)
Add more replacement strings.
@ -2493,7 +2493,7 @@ I<n>=0 means infinite.
See also: B<--term-seq> B<--sshlogin>
=item B<--return> I<filename> (alpha testing)
=item B<--return> I<filename> (beta testing)
Transfer files from remote computers.
@ -2868,7 +2868,7 @@ B<--shebang-wrap> must be set as the first option.
See also: B<--shebang>
=item B<--shell-completion> I<shell> (beta testing)
=item B<--shell-completion> I<shell>
Generate shell completion code for interactive shells.
@ -3328,7 +3328,7 @@ Print the job to be run on stderr (standard error).
See also: B<-v> B<--interactive>
=item B<--transfer> (alpha testing)
=item B<--transfer> (beta testing)
Transfer files to remote computers.
@ -3337,9 +3337,9 @@ Shorthand for: B<--transferfile {}>.
See also: B<--transferfile>.
=item B<--transferfile> I<filename> (alpha testing)
=item B<--transferfile> I<filename> (beta testing)
=item B<--tf> I<filename> (alpha testing)
=item B<--tf> I<filename> (beta testing)
Transfer I<filename> to remote computers.
@ -3391,7 +3391,7 @@ See also: B<--workdir> B<--sshlogin> B<--basefile> B<--return>
B<--cleanup>
=item B<--trc> I<filename> (alpha testing)
=item B<--trc> I<filename> (beta testing)
Transfer, Return, Cleanup. Shorthand for: B<--transfer> B<--return>
I<filename> B<--cleanup>

1990
src/parallel_examples.pod Normal file

File diff suppressed because it is too large Load diff

View file

@ -116,7 +116,7 @@ for I<-j>. E.g. I<procfile> could contain the string 100% or +2 or
10.
=item B<--pipe> (beta testing)
=item B<--pipe>
Pass stdin (standard input) to I<command>.

View file

@ -76,7 +76,7 @@ If no commands are given SQL is read from the keyboard or STDIN.
Example: echo 'SELECT * FROM foo;' | sql mysql:///
=item B<--csv> (alpha testing)
=item B<--csv> (beta testing)
CSV output.
@ -102,9 +102,9 @@ Print a summary of the options to GNU B<sql> and exit.
HTML output. Turn on HTML tabular output.
=item B<--json> (alpha testing)
=item B<--json> (beta testing)
=item B<--pretty> (alpha testing)
=item B<--pretty> (beta testing)
Pretty JSON output.

View file

@ -223,12 +223,12 @@ par_test_build_and_install rm "/tmp/parallel-install/bin"/sem || true
par_test_build_and_install ln -s parallel "/tmp/parallel-install/bin"/sem
par_test_build_and_install make[0]: Leaving directory '/tmp/parallel-00000000/src'
par_test_build_and_install /bin/mkdir -p '/tmp/parallel-install/share/doc/parallel'
par_test_build_and_install /bin/install -c -m 644 parallel.html env_parallel.html sem.html sql.html niceload.html parallel_tutorial.html parallel_book.html parallel_design.html parallel_alternatives.html parcat.html parset.html parsort.html parallel.texi env_parallel.texi sem.texi sql.texi niceload.texi parallel_tutorial.texi parallel_book.texi parallel_design.texi parallel_alternatives.texi parcat.texi parset.texi parsort.texi parallel.rst env_parallel.rst sem.rst sql.rst niceload.rst parallel_tutorial.rst parallel_book.rst parallel_design.rst parallel_alternatives.rst parcat.rst parset.rst parsort.rst parallel.pdf env_parallel.pdf sem.pdf sql.pdf '/tmp/parallel-install/share/doc/parallel'
par_test_build_and_install /bin/install -c -m 644 niceload.pdf parallel_tutorial.pdf parallel_book.pdf parallel_design.pdf parallel_alternatives.pdf parcat.pdf parset.pdf parsort.pdf parallel_cheat_bw.pdf parallel_options_map.pdf '/tmp/parallel-install/share/doc/parallel'
par_test_build_and_install /bin/install -c -m 644 parallel.html env_parallel.html sem.html sql.html niceload.html parallel_examples.html parallel_tutorial.html parallel_book.html parallel_design.html parallel_alternatives.html parcat.html parset.html parsort.html parallel.texi env_parallel.texi sem.texi sql.texi niceload.texi parallel_examples.texi parallel_tutorial.texi parallel_book.texi parallel_design.texi parallel_alternatives.texi parcat.texi parset.texi parsort.texi parallel.rst env_parallel.rst sem.rst sql.rst niceload.rst parallel_examples.rst parallel_tutorial.rst parallel_book.rst parallel_design.rst parallel_alternatives.rst parcat.rst parset.rst parsort.rst parallel.pdf '/tmp/parallel-install/share/doc/parallel'
par_test_build_and_install /bin/install -c -m 644 env_parallel.pdf sem.pdf sql.pdf niceload.pdf parallel_examples.pdf parallel_tutorial.pdf parallel_book.pdf parallel_design.pdf parallel_alternatives.pdf parcat.pdf parset.pdf parsort.pdf parallel_cheat_bw.pdf parallel_options_map.pdf '/tmp/parallel-install/share/doc/parallel'
par_test_build_and_install /bin/mkdir -p '/tmp/parallel-install/share/man/man1'
par_test_build_and_install /bin/install -c -m 644 parallel.1 env_parallel.1 sem.1 sql.1 niceload.1 parcat.1 parset.1 parsort.1 '/tmp/parallel-install/share/man/man1'
par_test_build_and_install /bin/mkdir -p '/tmp/parallel-install/share/man/man7'
par_test_build_and_install /bin/install -c -m 644 parallel_tutorial.7 parallel_book.7 parallel_design.7 parallel_alternatives.7 '/tmp/parallel-install/share/man/man7'
par_test_build_and_install /bin/install -c -m 644 parallel_examples.7 parallel_tutorial.7 parallel_book.7 parallel_design.7 parallel_alternatives.7 '/tmp/parallel-install/share/man/man7'
par_test_build_and_install make[0]: Leaving directory '/tmp/parallel-00000000/src'
par_test_build_and_install make[0]: Leaving directory '/tmp/parallel-00000000/src'
par_test_build_and_install make[0]: Entering directory '/tmp/parallel-00000000'
@ -294,6 +294,12 @@ par_test_build_and_install || echo "Warning: pod2man not found. Using old nicelo
par_test_build_and_install /bin/bash: line 1: pod2man: command not found
par_test_build_and_install Warning: pod2man not found. Using old niceload.1
par_test_build_and_install pod2man --release='00000000' --center='parallel' \
par_test_build_and_install --section=7 "."/parallel_examples.pod > "."/parallel_examples.7n \
par_test_build_and_install && mv "."/parallel_examples.7n "."/parallel_examples.7 \
par_test_build_and_install || echo "Warning: pod2man not found. Using old parallel_examples.7"
par_test_build_and_install /bin/bash: line 1: pod2man: command not found
par_test_build_and_install Warning: pod2man not found. Using old parallel_examples.7
par_test_build_and_install pod2man --release='00000000' --center='parallel' \
par_test_build_and_install --section=7 "."/parallel_tutorial.pod > "."/parallel_tutorial.7n \
par_test_build_and_install && mv "."/parallel_tutorial.7n "."/parallel_tutorial.7 \
par_test_build_and_install || echo "Warning: pod2man not found. Using old parallel_tutorial.7"
@ -383,6 +389,12 @@ par_test_build_and_install || echo "Warning: pod2html not found. Using old nicel
par_test_build_and_install /bin/bash: line 1: pod2html: command not found
par_test_build_and_install Warning: pod2html not found. Using old niceload.html
par_test_build_and_install rm -f "."/pod2htm*
par_test_build_and_install pod2html --title "GNU Parallel examples" "."/parallel_examples.pod > "."/parallel_examples.htmln \
par_test_build_and_install && mv "."/parallel_examples.htmln "."/parallel_examples.html \
par_test_build_and_install || echo "Warning: pod2html not found. Using old parallel_examples.html"
par_test_build_and_install /bin/bash: line 1: pod2html: command not found
par_test_build_and_install Warning: pod2html not found. Using old parallel_examples.html
par_test_build_and_install rm -f "."/pod2htm*
par_test_build_and_install pod2html --title "GNU parcat" "."/parcat.pod > "."/parcat.htmln \
par_test_build_and_install && mv "."/parcat.htmln "."/parcat.html \
par_test_build_and_install || echo "Warning: pod2html not found. Using old parcat.html"
@ -415,6 +427,10 @@ par_test_build_and_install pod2texi --output="."/niceload.texi "."/niceload.pod
par_test_build_and_install || echo "Warning: pod2texi not found. Using old niceload.texi"
par_test_build_and_install /bin/bash: line 1: pod2texi: command not found
par_test_build_and_install Warning: pod2texi not found. Using old niceload.texi
par_test_build_and_install pod2texi --output="."/parallel_examples.texi "."/parallel_examples.pod \
par_test_build_and_install || echo "Warning: pod2texi not found. Using old parallel_examples.texi"
par_test_build_and_install /bin/bash: line 1: pod2texi: command not found
par_test_build_and_install Warning: pod2texi not found. Using old parallel_examples.texi
par_test_build_and_install pod2texi --output="."/parallel_tutorial.texi "."/parallel_tutorial.pod \
par_test_build_and_install || echo "Warning: pod2texi not found. Using old parallel_tutorial.texi"
par_test_build_and_install /bin/bash: line 1: pod2texi: command not found
@ -459,6 +475,10 @@ par_test_build_and_install pod2pdf --output-file "."/niceload.pdf "."/niceload.p
par_test_build_and_install || echo "Warning: pod2pdf not found. Using old niceload.pdf"
par_test_build_and_install /bin/bash: line 1: pod2pdf: command not found
par_test_build_and_install Warning: pod2pdf not found. Using old niceload.pdf
par_test_build_and_install pod2pdf --output-file "."/parallel_examples.pdf "."/parallel_examples.pod --title "GNU Parallel Examples" \
par_test_build_and_install || echo "Warning: pod2pdf not found. Using old parallel_examples.pdf"
par_test_build_and_install /bin/bash: line 1: pod2pdf: command not found
par_test_build_and_install Warning: pod2pdf not found. Using old parallel_examples.pdf
par_test_build_and_install pod2pdf --output-file "."/parallel_tutorial.pdf "."/parallel_tutorial.pod --title "GNU Parallel Tutorial" \
par_test_build_and_install || echo "Warning: pod2pdf not found. Using old parallel_tutorial.pdf"
par_test_build_and_install /bin/bash: line 1: pod2pdf: command not found
@ -545,6 +565,12 @@ par_test_build_and_install || echo "Warning: pod2html not found. Using old nicel
par_test_build_and_install /bin/bash: line 1: pod2html: command not found
par_test_build_and_install Warning: pod2html not found. Using old niceload.html
par_test_build_and_install rm -f "."/pod2htm*
par_test_build_and_install pod2html --title "GNU Parallel examples" "."/parallel_examples.pod > "."/parallel_examples.htmln \
par_test_build_and_install && mv "."/parallel_examples.htmln "."/parallel_examples.html \
par_test_build_and_install || echo "Warning: pod2html not found. Using old parallel_examples.html"
par_test_build_and_install /bin/bash: line 1: pod2html: command not found
par_test_build_and_install Warning: pod2html not found. Using old parallel_examples.html
par_test_build_and_install rm -f "."/pod2htm*
par_test_build_and_install pod2html --title "GNU parcat" "."/parcat.pod > "."/parcat.htmln \
par_test_build_and_install && mv "."/parcat.htmln "."/parcat.html \
par_test_build_and_install || echo "Warning: pod2html not found. Using old parcat.html"
@ -577,6 +603,10 @@ par_test_build_and_install pod2texi --output="."/niceload.texi "."/niceload.pod
par_test_build_and_install || echo "Warning: pod2texi not found. Using old niceload.texi"
par_test_build_and_install /bin/bash: line 1: pod2texi: command not found
par_test_build_and_install Warning: pod2texi not found. Using old niceload.texi
par_test_build_and_install pod2texi --output="."/parallel_examples.texi "."/parallel_examples.pod \
par_test_build_and_install || echo "Warning: pod2texi not found. Using old parallel_examples.texi"
par_test_build_and_install /bin/bash: line 1: pod2texi: command not found
par_test_build_and_install Warning: pod2texi not found. Using old parallel_examples.texi
par_test_build_and_install pod2texi --output="."/parallel_tutorial.texi "."/parallel_tutorial.pod \
par_test_build_and_install || echo "Warning: pod2texi not found. Using old parallel_tutorial.texi"
par_test_build_and_install /bin/bash: line 1: pod2texi: command not found
@ -621,6 +651,10 @@ par_test_build_and_install pod2pdf --output-file "."/niceload.pdf "."/niceload.p
par_test_build_and_install || echo "Warning: pod2pdf not found. Using old niceload.pdf"
par_test_build_and_install /bin/bash: line 1: pod2pdf: command not found
par_test_build_and_install Warning: pod2pdf not found. Using old niceload.pdf
par_test_build_and_install pod2pdf --output-file "."/parallel_examples.pdf "."/parallel_examples.pod --title "GNU Parallel Examples" \
par_test_build_and_install || echo "Warning: pod2pdf not found. Using old parallel_examples.pdf"
par_test_build_and_install /bin/bash: line 1: pod2pdf: command not found
par_test_build_and_install Warning: pod2pdf not found. Using old parallel_examples.pdf
par_test_build_and_install pod2pdf --output-file "."/parallel_tutorial.pdf "."/parallel_tutorial.pod --title "GNU Parallel Tutorial" \
par_test_build_and_install || echo "Warning: pod2pdf not found. Using old parallel_tutorial.pdf"
par_test_build_and_install /bin/bash: line 1: pod2pdf: command not found
@ -646,8 +680,8 @@ par_test_build_and_install || echo "Warning: pod2pdf not found. Using old parset
par_test_build_and_install /bin/bash: line 1: pod2pdf: command not found
par_test_build_and_install Warning: pod2pdf not found. Using old parset.pdf
par_test_build_and_install /bin/mkdir -p '/tmp/parallel-install/share/doc/parallel'
par_test_build_and_install /bin/install -c -m 644 parallel.html env_parallel.html sem.html sql.html niceload.html parallel_tutorial.html parallel_book.html parallel_design.html parallel_alternatives.html parcat.html parset.html parsort.html parallel.texi env_parallel.texi sem.texi sql.texi niceload.texi parallel_tutorial.texi parallel_book.texi parallel_design.texi parallel_alternatives.texi parcat.texi parset.texi parsort.texi parallel.rst env_parallel.rst sem.rst sql.rst niceload.rst parallel_tutorial.rst parallel_book.rst parallel_design.rst parallel_alternatives.rst parcat.rst parset.rst parsort.rst parallel.pdf env_parallel.pdf sem.pdf sql.pdf '/tmp/parallel-install/share/doc/parallel'
par_test_build_and_install /bin/install -c -m 644 niceload.pdf parallel_tutorial.pdf parallel_book.pdf parallel_design.pdf parallel_alternatives.pdf parcat.pdf parset.pdf parsort.pdf parallel_cheat_bw.pdf parallel_options_map.pdf '/tmp/parallel-install/share/doc/parallel'
par_test_build_and_install /bin/install -c -m 644 parallel.html env_parallel.html sem.html sql.html niceload.html parallel_examples.html parallel_tutorial.html parallel_book.html parallel_design.html parallel_alternatives.html parcat.html parset.html parsort.html parallel.texi env_parallel.texi sem.texi sql.texi niceload.texi parallel_examples.texi parallel_tutorial.texi parallel_book.texi parallel_design.texi parallel_alternatives.texi parcat.texi parset.texi parsort.texi parallel.rst env_parallel.rst sem.rst sql.rst niceload.rst parallel_examples.rst parallel_tutorial.rst parallel_book.rst parallel_design.rst parallel_alternatives.rst parcat.rst parset.rst parsort.rst parallel.pdf '/tmp/parallel-install/share/doc/parallel'
par_test_build_and_install /bin/install -c -m 644 env_parallel.pdf sem.pdf sql.pdf niceload.pdf parallel_examples.pdf parallel_tutorial.pdf parallel_book.pdf parallel_design.pdf parallel_alternatives.pdf parcat.pdf parset.pdf parsort.pdf parallel_cheat_bw.pdf parallel_options_map.pdf '/tmp/parallel-install/share/doc/parallel'
par_test_build_and_install pod2man --release='00000000' --center='parallel' \
par_test_build_and_install --section=1 "."/parallel.pod > "."/parallel.1n \
par_test_build_and_install && mv "."/parallel.1n "."/parallel.1 \
@ -679,6 +713,12 @@ par_test_build_and_install || echo "Warning: pod2man not found. Using old nicelo
par_test_build_and_install /bin/bash: line 1: pod2man: command not found
par_test_build_and_install Warning: pod2man not found. Using old niceload.1
par_test_build_and_install pod2man --release='00000000' --center='parallel' \
par_test_build_and_install --section=7 "."/parallel_examples.pod > "."/parallel_examples.7n \
par_test_build_and_install && mv "."/parallel_examples.7n "."/parallel_examples.7 \
par_test_build_and_install || echo "Warning: pod2man not found. Using old parallel_examples.7"
par_test_build_and_install /bin/bash: line 1: pod2man: command not found
par_test_build_and_install Warning: pod2man not found. Using old parallel_examples.7
par_test_build_and_install pod2man --release='00000000' --center='parallel' \
par_test_build_and_install --section=7 "."/parallel_tutorial.pod > "."/parallel_tutorial.7n \
par_test_build_and_install && mv "."/parallel_tutorial.7n "."/parallel_tutorial.7 \
par_test_build_and_install || echo "Warning: pod2man not found. Using old parallel_tutorial.7"
@ -717,7 +757,7 @@ par_test_build_and_install Warning: pod2man not found. Using old parset.1
par_test_build_and_install /bin/mkdir -p '/tmp/parallel-install/share/man/man1'
par_test_build_and_install /bin/install -c -m 644 parallel.1 env_parallel.1 sem.1 sql.1 niceload.1 parcat.1 parset.1 parsort.1 '/tmp/parallel-install/share/man/man1'
par_test_build_and_install /bin/mkdir -p '/tmp/parallel-install/share/man/man7'
par_test_build_and_install /bin/install -c -m 644 parallel_tutorial.7 parallel_book.7 parallel_design.7 parallel_alternatives.7 '/tmp/parallel-install/share/man/man7'
par_test_build_and_install /bin/install -c -m 644 parallel_examples.7 parallel_tutorial.7 parallel_book.7 parallel_design.7 parallel_alternatives.7 '/tmp/parallel-install/share/man/man7'
par_test_build_and_install make[0]: Leaving directory '/tmp/parallel-00000000/src'
par_test_build_and_install make[0]: Leaving directory '/tmp/parallel-00000000/src'
par_test_build_and_install make[0]: Entering directory '/tmp/parallel-00000000'