Full tracing for test3

This commit is contained in:
Ian Craggs 2013-08-21 00:04:44 +01:00
parent b925358da9
commit 23f12a6c5a
1 changed files with 1 additions and 1 deletions

View File

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