Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/sugar/shell.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-01-09 19:32:15 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-09 19:32:15 (GMT)
commit33d4064b7c3bfa6d001b397b3e563fd7f47792ac (patch)
tree174ebcf3233a6f508bd9fbd9519fc8f6e06cff5b /tests/sugar/shell.py
parent66e1d05224407280cb4ae20215ea2baca81db92b (diff)
Wait until the tree is populated
Diffstat (limited to 'tests/sugar/shell.py')
-rw-r--r--tests/sugar/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sugar/shell.py b/tests/sugar/shell.py
index 33917a9..b6180a6 100644
--- a/tests/sugar/shell.py
+++ b/tests/sugar/shell.py
@@ -88,5 +88,5 @@ try:
main()
except:
logging.error(traceback.format_exc())
- logging.error("\n%s" % tree.get_root().dump())
+ logging.error("\n%s" % tree.get_root(wait=False).dump())
raise