summaryrefslogtreecommitdiff
path: root/src/test/testmain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/testmain.cpp')
-rw-r--r--src/test/testmain.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/testmain.cpp b/src/test/testmain.cpp
index c42efc23e..4cc4966d8 100644
--- a/src/test/testmain.cpp
+++ b/src/test/testmain.cpp
@@ -206,6 +206,7 @@ int TestMain::exec(const bool testAudio)
textureSize1 = readValue2(14);
if (!invokeFastOpenBatchTest("15"))
textureSize2 = readValue2(15);
+ info.append(strprintf(",%d,%d", textureSize1, textureSize2));
textureSize1 = std::min(textureSize1, textureSize2);
if (textureSize1 < 1024)
textureSize1 = 1024;