Skip to content

Commit

Permalink
Fix stestr command error in doc
Browse files Browse the repository at this point in the history
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
  • Loading branch information
zhaoleilc committed Feb 9, 2020
1 parent d761857 commit d8630f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/contributor/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d8630f2

Please sign in to comment.