mirror of https://github.com/eclipse/paho.mqtt.c
Change back test trace level
This commit is contained in:
parent
77d7dae4ce
commit
19bedf9350
|
|
@ -1482,7 +1482,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", "PROTOCOL", 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