forked from catchorg/Catch2
Changed --filenames-as-tags prefix to #, added -# as short form and updated docs
This commit is contained in:
@@ -120,7 +120,7 @@ namespace Catch {
|
||||
if( lastDot != std::string::npos )
|
||||
filename = filename.substr( 0, lastDot );
|
||||
|
||||
tags.insert( "@" + filename );
|
||||
tags.insert( "#" + filename );
|
||||
setTags( test, tags );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user