From 695696bb006f84ee21d4ffc54201715cb1133e82 Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 1 Jul 2021 17:25:45 +0200 Subject: [PATCH] Add linebreak before Syncthing's output in `syncthingctl` test --- cli/tests/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tests/application.cpp b/cli/tests/application.cpp index 3ed6b8c..96ba7d6 100644 --- a/cli/tests/application.cpp +++ b/cli/tests/application.cpp @@ -102,7 +102,7 @@ void ApplicationTests::test() // wait till Syncthing GUI becomes available { - cerr << "\nWaiting till Syncthing GUI becomes available ..."; + cerr << "\nWaiting till Syncthing GUI becomes available ...\n"; QByteArray syncthingOutput; constexpr auto syncthingCheckInterval = TimeSpan::fromMilliseconds(200.0); const auto maxSyncthingStartupTime = TimeSpan::fromSeconds(15.0 * max(timeoutFactor, 5.0));