Skip to content

Commit

Permalink
Modify parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgodbe committed Apr 19, 2018
1 parent 383927e commit a407c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runInLoop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ run_test_in_loop()
done
}

for i in $(seq 1 100)
for i in {1..100}
do
run_test_in_loop $1 $2 $3
run_test_in_loop $1 $2 $3 &
done
wait

Expand Down

0 comments on commit a407c20

Please sign in to comment.