Describe the bug
Currently if there is just a Servlet failure users see Test failed in a servlet and in a jsp failure even though a JSP test was not run.
Sync the changes made to https://github.com/jakartaee/platform-tck/tree/main/tools/common/src/main/java/com/sun/ts/tests/common/vehicle/web/WebVehicleRunner.java to https://github.com/jakartaee/platform-tck/tree/main/tools/common/src/main/java/com/sun/ts/tests/common/vehicle/web/AltWebVehicleRunner.java
See the #2572 issue for an example of the incorrect error message.
Also look into detecting when just a Servlet or just a JSP test was run and using right message for that.