summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib')
-rw-r--r--tests/auto/testlib/selftests/tst_selftests.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/testlib/selftests/tst_selftests.cpp b/tests/auto/testlib/selftests/tst_selftests.cpp
index 0e5d947bc4..755f5fb39e 100644
--- a/tests/auto/testlib/selftests/tst_selftests.cpp
+++ b/tests/auto/testlib/selftests/tst_selftests.cpp
@@ -1243,6 +1243,8 @@ int main(int argc, char **argv)
qDebug() << "Test outputs left in" << qUtf8Printable(testOutputDir.path());
testOutputDir.setAutoRemove(false);
}
+
+ return result;
#endif
}