Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-11 20:28:46 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-11 20:28:46 (GMT)
commit135f66bc443ead87892f78f0e3415fa0280cc666 (patch)
tree63dcafb80cc8a779cf45fc94a84df1f2a1531cbc
parente22c661ef55b70b36e32f7e9dc30b09d391bf4dd (diff)
Dump the tree on find failures
-rw-r--r--tests/tree.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tree.py b/tests/tree.py
index ebfa8b5..6e6cea9 100644
--- a/tests/tree.py
+++ b/tests/tree.py
@@ -22,6 +22,8 @@ def retry_find(func):
time.sleep(5)
n_retries = n_retries + 1
+ get_root().dump()
+
return None
return wrapped