Merge pull request #119 from thothonegan/master
Display the filename if we have output, even if validating a single file
This commit is contained in:
commit
4f68b83ea1
1 changed files with 1 additions and 1 deletions
|
|
@ -827,7 +827,7 @@ int C_DECL main(int argc, char* argv[])
|
|||
// Print out all the resulting infologs
|
||||
for (int w = 0; w < NumWorkItems; ++w) {
|
||||
if (Work[w]) {
|
||||
if (printShaderNames)
|
||||
if (printShaderNames || Work[w]->results.size() > 0)
|
||||
PutsIfNonEmpty(Work[w]->name.c_str());
|
||||
PutsIfNonEmpty(Work[w]->results.c_str());
|
||||
delete Work[w];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue