Minor cleanups to testsuite output.
This commit is contained in:
parent
79360e6501
commit
d5a3c1d3a7
@ -578,7 +578,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
nvtt::Surface img;
|
nvtt::Surface img;
|
||||||
|
|
||||||
printf("Running Test: %s\n", set.name);
|
printf("Running Test: %s with Set: %s\n", test.name, set.name);
|
||||||
|
|
||||||
graphWriter << "&chd=t:";
|
graphWriter << "&chd=t:";
|
||||||
|
|
||||||
@ -621,7 +621,7 @@ int main(int argc, char *argv[])
|
|||||||
FileSystem::createDirectory(outputFilePath.str());
|
FileSystem::createDirectory(outputFilePath.str());
|
||||||
|
|
||||||
|
|
||||||
printf("Processing Set: %s\n", set.name);
|
printf("Processing Mode: %s\n", s_modeNames[test.modes[t]]);
|
||||||
for (int i = 0; i < set.fileCount; i++)
|
for (int i = 0; i < set.fileCount; i++)
|
||||||
{
|
{
|
||||||
if (!img.load(set.fileNames[i]))
|
if (!img.load(set.fileNames[i]))
|
||||||
|
Loading…
Reference in New Issue
Block a user