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-10 11:08:42 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-10 11:08:42 (GMT)
commitc287fda229d5157b47a5d8f0218e813e5d96dd75 (patch)
tree06c5f44d055cc2213642e845e024292b26cbb5cd /tests/sugar/shell.py
parent0291b103a8e76003edb9766dc243b4595125b6dd (diff)
Revert "Wait until the tree is populated"
This reverts commit 33d4064b7c3bfa6d001b397b3e563fd7f47792ac.
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 3d33259..f6be687 100644
--- a/tests/sugar/shell.py
+++ b/tests/sugar/shell.py
@@ -90,5 +90,5 @@ try:
main()
except:
logging.error(traceback.format_exc())
- logging.error("\n%s" % tree.get_root(wait=False).dump())
+ logging.error("\n%s" % tree.get_root().dump())
raise