fuzzer: don't destroy the windows when we use -d
so we can debug the app
This commit is contained in:
@@ -223,7 +223,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
void runTest(const Test &);
|
||||
void runTest(const Test &, bool skipLastAndPause = false);
|
||||
|
||||
explicit Fuzzer(bool dumpJsonOnFailure, QObject *parent = nullptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user