From ee3279c904748ce2ea33b6b839fcaf3c8ed4cfe4 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Mon, 7 Oct 2019 14:58:59 +0200 Subject: [PATCH] Tests: Fail if the initial sync fails --- test/syncenginetestutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/syncenginetestutils.h b/test/syncenginetestutils.h index 5f2e447bf..0774f2a97 100644 --- a/test/syncenginetestutils.h +++ b/test/syncenginetestutils.h @@ -988,7 +988,7 @@ public: // A new folder will update the local file state database on first sync. // To have a state matching what users will encounter, we have to a sync // using an identical local/remote file tree first. - syncOnce(); + ENFORCE(syncOnce()); } void switchToVfs(QSharedPointer vfs)