diff options
Diffstat (limited to 'quotest')
-rw-r--r-- | quotest/quotest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quotest/quotest.cpp b/quotest/quotest.cpp index f693319f..ed1c1d13 100644 --- a/quotest/quotest.cpp +++ b/quotest/quotest.cpp @@ -517,6 +517,7 @@ TEST_IMPL(showLocalUsername) // it is using the id fallback :( FAIL_TEST(); } + FINISH_TEST(true); return false; } |