Merge branch 'issue-307' into 'vulkan-cts-1.0'
authorPyry Haulos <phaulos@google.com>
Thu, 10 Mar 2016 16:18:03 +0000 (11:18 -0500)
committerPyry Haulos <phaulos@google.com>
Thu, 10 Mar 2016 16:18:03 +0000 (11:18 -0500)
commit4d7408d9588c36a9a3c2e7ea8a20569f82494aed
treebfaecd46968359bd66b0890557336484f3877041
parente25aec0fcc1d552e4ea41c72cc07c721b14be694
parentecdef01798ea6069f21fec14dabe3819622f54c0
Merge branch 'issue-307' into 'vulkan-cts-1.0'

Issue 307: Add new --deqp-log-flush command line option

Fixes issue #307

It defaults to enabled. When disabled it skips calling fflush() for every XML token and line of log.

See merge request !441