Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasFella committed Dec 14, 2024
1 parent cccd82b commit 781924e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quotest/quotest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ void TestManager::finalize(const QString& lastWords)
clog << "Logging out" << endl;
c->logout().then(
this, [this, lastWords] {
clog << lastWords.toStdString() << endl;
//clog << lastWords.toStdString() << endl;
QCoreApplication::exit(!testSuite ? -3
: succeeded.empty() && failed.empty()
&& running.empty()
Expand Down

0 comments on commit 781924e

Please sign in to comment.