aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tests/tests.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/tests.cpp b/src/tests/tests.cpp
index eb192a05c..7c4e8a258 100644
--- a/src/tests/tests.cpp
+++ b/src/tests/tests.cpp
@@ -1047,6 +1047,8 @@ std::vector<Test::Result> Text_Based_Test::run()
"run_final_tests exception " + std::string(e.what())));
}
+ m_first = true;
+
return results;
}