Change back test trace level

This commit is contained in:
Ian Craggs 2013-08-30 15:14:12 +01:00
parent 77d7dae4ce
commit 19bedf9350
1 changed files with 1 additions and 1 deletions

View File

@ -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 */