Commit 581a9267 authored by Ian Craggs's avatar Ian Craggs

One time to be fixed

parent 323597d7
...@@ -626,7 +626,7 @@ int test3(struct Options options) ...@@ -626,7 +626,7 @@ int test3(struct Options options)
MyLog(LOGA_INFO, "%s: test %s. %d tests run, %d failures.", MyLog(LOGA_INFO, "%s: test %s. %d tests run, %d failures.",
(failures == 0) ? "passed" : "failed", testname, tests, failures); (failures == 0) ? "passed" : "failed", testname, tests, failures);
fprintf(xml, " time=\"%d\" >\n", elapsed(global_start_time)); fprintf(xml, " time=\"%d\" >\n", elapsed(global_start_time) / 1000);
if (cur_output != output) if (cur_output != output)
{ {
fprintf(xml, output); fprintf(xml, output);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment