fuzzer: don't destroy the windows when we use -d

so we can debug the app
This commit is contained in:
Sergio Martins
2020-01-22 11:36:49 +00:00
parent 03cc8abd94
commit 4c19ccade7
2 changed files with 18 additions and 16 deletions

View File

@@ -223,7 +223,7 @@ public:
}
};
void runTest(const Test &);
void runTest(const Test &, bool skipLastAndPause = false);
explicit Fuzzer(bool dumpJsonOnFailure, QObject *parent = nullptr);