This commit is contained in:
chacha
2026-02-24 01:09:45 +00:00
parent 9a87a0d19d
commit 9ee50425ab

11
main.c
View File

@@ -61,15 +61,8 @@ const char szHelp[] =
"\t-fd <file> :\tset a failure report path & base name.\n"
"\t\t Note that the test name will be appended to the file name.\n"
"\t\t eg: file name is 'foo' running 'data-bitmove' :\n"
"\t\t foo_data-bitmove.tsv\n"
"\n"
"\t :\t\n"
"\n"
"\t :\t\n"
"\n"
"\n"
"( -h | -v <level> | -fl <file> | -fd <file> |";
"\t\t foo_data-bitmove.tsv\n";
def_sOptions sOptions = {
.ucLogLevel = E_LOGLEVEL__WARNING,