Open traversaro opened 7 years ago
how we know that the myplugin.so
is actually a RTF test plugin when it is failed to load? For example when launching testrunner -r --tests /foo/bar
?
Maybe it make sense only if the plugin is explicitly listed in XML suite file. right?
Good point @apaikan , title updated!
Alternative solutions
testrunner
in restricted mode which count unloaded plugins as failed? such as testrunner --conservative ...
or tesrunner --restricted ...
Number of unloaded test cases : 1
If the
testrunner
fails to find the plugin for a given tests, it prints the following erro message:But the final output is:
A test that was impossible to load should count as a failed test.