Closed Witek902 closed 8 years ago
I do agree with second point, however only when this will be kept within one line. I do not want "quiet mode" in tests to spam the console output.
As for the task, I added some one more bonus enhancement that went through my head recently.
:+1:
Okay, I've done all that's been left to do in this commit.
...of course apart from this, as it is already included (--args option):
Passing additional arguments to test executables. For example nfRendererTest accepts --renderer flag.
Merged.
Please update the description and close the issue.
What about the last point?
The lines are shortened as well, and -v is added. Closing, GJ
--gtest_list_tests
option.python <full_path_to_root_engine>/Scripts/tests.py <args n stuff>
. Considering the fact we use a shebang and Scripts/tests.py is an executable. I suggest assuming we will be in the root engine directory and removing two beginning parts -python
and<full_path>
.