summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/testmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/testmain.cpp b/src/test/testmain.cpp
index c2fcc75f9..fad34dbb0 100644
--- a/src/test/testmain.cpp
+++ b/src/test/testmain.cpp
@@ -101,7 +101,7 @@ int TestMain::exec(const bool testAudio)
if (testAudio)
soundTest = invokeTest4();
else
- soundTest = 1;
+ soundTest = 0;
info.append(strprintf("%d.%d,%d,%d,%d.", soundTest, softwareTest,
normalOpenGLTest, safeOpenGLTest, modernOpenGLTest));