restore test_name processing
This commit is contained in:
@ -217,10 +217,13 @@ TestConnections::TestConnections(int argc, char *argv[]):
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
test_name = basename(argv[0]);
|
if (optind < argc)
|
||||||
if (!strcmp(test_name, "non_native_setup"))
|
|
||||||
{
|
{
|
||||||
test_name = argv[1];
|
test_name = argv[optind];
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
test_name = basename(argv[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
const char * labels_string = NULL;
|
const char * labels_string = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user