summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2020-02-13 17:14:49 +0000
committerMike Krus <mike.krus@kdab.com>2020-02-14 11:00:11 +0000
commit90d5218564ceff5b4479c2679a1914227299b168 (patch)
tree1aa005074fcbbba7356a5768299c1db935e10d88 /tests
parentd967a6369c967d9a1c7f740cfc5c962b8664c9eb (diff)
Add ability to dump job graph to dot file
Can be triggered from the overlay API and using sending a "dump jobs" command to the aspect engine. Gets saved in the current working directory. Change-Id: I19fc94a1215187c1d7eb9d1f3b13b968939cc917 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/core/qscheduler/tst_qscheduler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/core/qscheduler/tst_qscheduler.cpp b/tests/auto/core/qscheduler/tst_qscheduler.cpp
index d1afb5aac..5d858a77a 100644
--- a/tests/auto/core/qscheduler/tst_qscheduler.cpp
+++ b/tests/auto/core/qscheduler/tst_qscheduler.cpp
@@ -181,7 +181,7 @@ private Q_SLOTS:
QVERIFY(!second->postFrameCalled());
// WHEN
- const int count = scheduler.scheduleAndWaitForFrameAspectJobs(0);
+ const int count = scheduler.scheduleAndWaitForFrameAspectJobs(0, false);
// THEN
QCOMPARE(count, 2);