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
2
@@ -276,7 +276,6 @@ val_t pread_job( const char *str )
val.job = ChamNoVec;
/* Keep in sync with help documentation in testing/chameleon_ztesting.c */
if ( ( strcasecmp( "ChamNoVec", str ) == 0 ) ||
( strcasecmp( "NoVec", str ) == 0 ) ||
( strcasecmp( "N", str ) == 0 ) )
@@ -348,7 +347,6 @@ val_t pread_norm( const char *str )
val.ntype = ChamOneNorm;
/* Keep in sync with help documentation in testing/{chameleon,vendor}_ztesting.c */
if ( ( strcasecmp( "ChamOneNorm", str ) == 0 ) ||
( strcasecmp( "OneNorm", str ) == 0 ) ||
( strcasecmp( "One", str ) == 0 ) )
Loading