-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi,
Recently, I had some issues when running the TBB test suite. I could submit a patch if you agree that the following can/should be improved:
1-) Make it possible to pass newlayout=0 from the command line and add documentation for the "newlayout" option.
The error messages I got due to the "newlayout" option was very hard to trace.
2-) The description for the "enable-tests" option says" "Only run the list of tests selected"
This is not completely true since 'tor_bootstrap' will run regardless of that option (managed by the property "always => 1".)
We can either fix the doc or ignore "always=1" when the "enable-tests" option is set.
3-) When the suite skips a test due to "enable-tests", it should print out smt. like "Skipping the test..." or shouldn't print the test name at all. Currently if prints the following even though the tests were skipped:
********************** * Running test check * **********************
********************************* * Running test https-everywhere * *********************************
****************************************** * Running test https-everywhere-disabled * ******************************************
Best, Gunes