[erlang-questions] common_test test naming
Tomasz Maciejewski
ponton@REDACTED
Tue Jul 26 15:31:45 CEST 2011
Hello!
Why does common_test name differently tests run with -suite and
-spec/-dir? For example:
a) "-suite lib/foo/bar_SUITE" is named lib.foo.bar_SUITE with only one suite
b) "-dir lib/foo" is named lib.foo and has all the suits in this directory
The result is two entries in the HTML log: lib.foo.bar_SUITE and
lib.foo (with bar_SUITE)
What I would like to do, is to have ability to run entire test spec as
well as just a specific test suite.
--
Tomasz Maciejewski
More information about the erlang-questions
mailing list