mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 14:07:55 +00:00
c5d11674b0
-i with no args defaults to -i {}. Use ::die_bug instead of die.
46 lines
536 B
Plaintext
46 lines
536 B
Plaintext
### Test of --retries - it should run 13 jobs in total
|
|
13
|
|
### Test of --retries - it should run 25 jobs in total
|
|
25
|
|
### Test of --retries - it should run 49 jobs in total
|
|
49
|
|
### Bug with --retries
|
|
8
|
|
8
|
|
2
|
|
1
|
|
1
|
|
1
|
|
1
|
|
### These were not affected by the bug
|
|
8
|
|
8
|
|
1
|
|
4
|
|
4
|
|
4
|
|
2
|
|
### Test of --retries on unreachable host
|
|
ssh: connect to host 4.3.2.1 port 22: Connection timed out
|
|
parallel: Warning: Could not figure out number of cpus on 4.3.2.1 (). Using 1
|
|
echo 1
|
|
1
|
|
echo 2
|
|
2
|
|
echo 3
|
|
3
|
|
echo 4
|
|
4
|
|
echo 5
|
|
5
|
|
echo 6
|
|
6
|
|
echo 7
|
|
7
|
|
echo 8
|
|
8
|
|
echo 9
|
|
9
|
|
echo 10
|
|
10
|