Merge pull request #1611 from acrisci/bug/complete-run-pod-errors
complete-run: fix pod errors
This commit is contained in:
commit
cf5a98b8d7
|
@ -395,8 +395,10 @@ Exits i3 cleanly (instead of kill -9) to make coverage testing work properly.
|
||||||
|
|
||||||
=item B<--parallel>
|
=item B<--parallel>
|
||||||
|
|
||||||
Number of Xephyr instances to start (if you don’t want to start num_cores * 2
|
Number of Xephyr instances to start (if you don't want to start num_cores * 2
|
||||||
instances for some reason).
|
instances for some reason).
|
||||||
|
|
||||||
# Run all tests on a single Xephyr instance
|
# Run all tests on a single Xephyr instance
|
||||||
./complete-run.pl -p 1
|
./complete-run.pl -p 1
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
Loading…
Reference in New Issue