From 5f218701153109ce8c4669d7e3a3d696032f6a47 Mon Sep 17 00:00:00 2001 From: Frederic Devernay Date: Sun, 11 Jul 2021 19:33:34 -0700 Subject: [PATCH] Update wmain.cpp --- Tests/wmain.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/wmain.cpp b/Tests/wmain.cpp index 9cf3ccecdd..2a6d1021a7 100755 --- a/Tests/wmain.cpp +++ b/Tests/wmain.cpp @@ -23,6 +23,7 @@ GTEST_API_ int main(int argc, char **argv) args << QString::fromUtf8("--clear-cache"); args << QString::fromUtf8("--clear-openfx-cache"); args << QString::fromUtf8("--no-settings"); + args << QString::fromUtf8("dummy.ntp"); CLArgs cl(args, true); if (!manager.load(argc, 0, cl)) { printf("Failed to load AppManager\n");