mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 05:57:54 +00:00
001d9d0f66
parallel: 'true | parallel --shuf echo' fixed. testsuite: Updates due to Ubuntu 18.04. parallel: Fixed bug #54869: Long lines break.
49 lines
632 B
Plaintext
49 lines
632 B
Plaintext
### Test --basefile with no --sshlogin
|
|
parallel: Warning: --basefile ignored as there are no remote --sshlogin.
|
|
|
|
### Test --basefile + --cleanup + permissions
|
|
script1 run 1
|
|
script2 run 1
|
|
script1 run 2
|
|
script2 run 2
|
|
script1 run 3
|
|
script2 run 3
|
|
script1 run 4
|
|
script2 run 4
|
|
script1 run 5
|
|
script2 run 5
|
|
good if no file
|
|
ls: script1: No such file or directory
|
|
OK
|
|
ls: script2: No such file or directory
|
|
OK
|
|
### Test --basefile + --sshlogin :
|
|
1
|
|
1
|
|
10
|
|
10
|
|
11
|
|
11
|
|
12
|
|
12
|
|
13
|
|
13
|
|
2
|
|
2
|
|
3
|
|
3
|
|
4
|
|
4
|
|
5
|
|
5
|
|
6
|
|
6
|
|
7
|
|
7
|
|
8
|
|
8
|
|
9
|
|
9
|
|
### Here we ought to test -m --return {/}_{/.}_{#/.}_{#/}_{#.} with files containing space
|
|
### But we will wait for a real world scenario
|