Mentions légales du service

Skip to content
Snippets Groups Projects

testing: display in help possible values for several options

Merged Philippe SWARTVAGHER requested to merge pswartva/chameleon:list-option-values into master
All threads resolved!
+ 0
1
@@ -165,7 +165,6 @@ val_t pread_uplo( const char *str )
val.uplo = ChamUpperLower;
/* Keep in sync with help documentation in testing/{chameleon,vendor}_ztesting.c */
if ( ( strcasecmp( "ChamUpper", str ) == 0 ) ||
( strcasecmp( "Upper", str ) == 0 ) )
{
Loading