parallel/testsuite/wanted-results/test23
2013-03-24 17:24:59 +01:00

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
10
11
12
13
2
3
4
5
6
7
8
9
1
10
11
12
13
2
3
4
5
6
7
8
9
### Here we ought to test -m --return {/}_{/.}_{#/.}_{#/}_{#.} with files containing space
### But we will wait for a real world scenario