-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc, test: question about test.py -v key in CONTRIBUTING.md #12771
Comments
It should probably be removed to match Makefile#L198-199 exactly. The |
Might as well add the -$ python tools/test.py -v --mode=release parallel/test-stream2-transform
+$ python tools/test.py -J --mode=release parallel/test-stream2-transform |
@gibfahn What these flags change, BTW? |
@vsemozhetbyt if you run
|
@gibfahn Thank you! |
It's extra characters to type though for no actual effect in the original use case (running a single test through the harness). |
@richardlau @gibfahn So maybe it is useful also to add an example how to run a test suite (section, folder). |
In the original case yes, but people won't be running the original case (and if they are they'll be copy-pasting right?) It's useful to know about
Maybe, the problem with the test runner is that there are loads of options to go into. Maybe what we should do is note that you can do |
I would like to try this issue tonight or tomorrow, okay? |
hello.... I am kind of new here... I would like to help. |
@avhincu there's already a PR open for this (@kysnm has opened #12830). If you want to help there should be some other |
#12830 landed. |
CONTRIBUTING.md
states:Is
-v
key intended here? I can't find this key inMakefile
andvcbuild.bat
. It seems it just adds more debug info:The text was updated successfully, but these errors were encountered: