
29 May
2014
29 May
'14
10:30 a.m.
Eric Prud'hommeaux <eric <at> w3.org> writes:
This brings up a feature request (or maybe I just didn't find it) which would be that the error reports look like: filename(num): error in test "a/1" Currently, it only includes the test name ("1" in this case) but I think the suite hierarcy would be very helpful for folks who see an error and need to frob up a --run_test=a/1 to run it again in a debugger.
You can use --log_level=test_suite And you'll see all the test units being entered. Otherwise feel free to file a new feature request. Gennadiy