Merge "Fix stestr command error in doc"

This commit is contained in:
Zuul 2020-02-18 17:59:06 +00:00 committed by Gerrit Code Review
commit 2db0e06f02

View File

@ -201,4 +201,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