mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
printf: add fflush(stdout) at the end (#2103)
Some platforms (Windows in our case) seem to need this.
This commit is contained in:
committed by
GitHub
parent
1102e0bccf
commit
d3b9520adc
@@ -689,6 +689,7 @@ static void print_results(int failed, int count, const char *name)
|
|||||||
log_error("FAILED %s.\n", name);
|
log_error("FAILED %s.\n", name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
fflush(stdout);
|
||||||
}
|
}
|
||||||
|
|
||||||
int parseAndCallCommandLineTests(int argc, const char *argv[],
|
int parseAndCallCommandLineTests(int argc, const char *argv[],
|
||||||
|
|||||||
Reference in New Issue
Block a user