From: Markus Goetz Date: Tue, 12 Sep 2017 15:07:19 +0000 (+0200) Subject: ChunkingNgTest: CI debuggability #6015 X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~701^2~112 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7ca1107ea0ac08aee4d92816a5b47debcc8a4532;p=nextcloud-desktop.git ChunkingNgTest: CI debuggability #6015 --- diff --git a/test/syncenginetestutils.h b/test/syncenginetestutils.h index 2feacd11f..c2a0c0c8b 100644 --- a/test/syncenginetestutils.h +++ b/test/syncenginetestutils.h @@ -810,6 +810,7 @@ public: OCC::Logger::instance()->setLogFile("-"); QDir rootDir{_tempDir.path()}; + qDebug() << "FakeFolder operating on" << rootDir; toDisk(rootDir, fileTemplate); _fakeQnam = new FakeQNAM(fileTemplate);