Fix stestr command error in doc

This patch change "stestr run -n --load-list"
to "stestr run --load-list" in 242 line in
doc/source/contributor/testing.rst.

Change-Id: Ifa0f59f651d6e88a01f506e96dcbcd03a4be7b9f
Closes-Bug: #1862274
This commit is contained in:
zhaoleilc 2020-02-09 09:35:02 +08:00
parent d76185727a
commit d8630f2ead

View File

@ -239,4 +239,4 @@ Then run the unit test with pdb enabled:
# Or to get a list of tests to run
stestr list test_volume_utils > tests_to_run.txt
stestr run -n --load-list tests_to_run.txt
stestr run --load-list tests_to_run.txt