mirror of https://github.com/eclipse/paho.mqtt.c
Full tracing for test3
This commit is contained in:
parent
b925358da9
commit
23f12a6c5a
|
|
@ -1465,7 +1465,7 @@ int main(int argc, char** argv)
|
|||
fprintf(xml, "<testsuite name=\"test3\" tests=\"%d\">\n", ARRAY_SIZE(tests) - 1);
|
||||
|
||||
setenv("MQTT_C_CLIENT_TRACE", "ON", 1);
|
||||
setenv("MQTT_C_CLIENT_TRACE_LEVEL", "ERROR", 1);
|
||||
//setenv("MQTT_C_CLIENT_TRACE_LEVEL", "ERROR", 1);
|
||||
getopts(argc, argv);
|
||||
if (options.test_no == 0)
|
||||
{ /* run all the tests */
|
||||
|
|
|
|||
Loading…
Reference in New Issue