summaryrefslogtreecommitdiffstats
path: root/scripts/lib/compatlayer/cases/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/compatlayer/cases/common.py')
-rw-r--r--scripts/lib/compatlayer/cases/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/compatlayer/cases/common.py b/scripts/lib/compatlayer/cases/common.py
index 8eeada9b1e..2dfcbb1c32 100644
--- a/scripts/lib/compatlayer/cases/common.py
+++ b/scripts/lib/compatlayer/cases/common.py
@@ -50,7 +50,7 @@ class CommonCompatLayer(OECompatLayerTestCase):
50 def graph2sig(task): 50 def graph2sig(task):
51 pn, taskname = task.rsplit('.', 1) 51 pn, taskname = task.rsplit('.', 1)
52 return pn + ':' + taskname 52 return pn + ':' + taskname
53 depgraph = get_depgraph() 53 depgraph = get_depgraph(failsafe=True)
54 depends = depgraph['tdepends'] 54 depends = depgraph['tdepends']
55 55
56 # If a task A has a changed signature, but none of its 56 # If a task A has a changed signature, but none of its