mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 22:17:54 +00:00
28 lines
288 B
Plaintext
28 lines
288 B
Plaintext
### Test of --retries
|
|
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
|
|
### 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
|