summaryrefslogtreecommitdiff
path: root/tests/helpers/soledad_sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/helpers/soledad_sync.py')
-rwxr-xr-xtests/helpers/soledad_sync.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/helpers/soledad_sync.py b/tests/helpers/soledad_sync.py
index 54b6f34b..2fb865fc 100755
--- a/tests/helpers/soledad_sync.py
+++ b/tests/helpers/soledad_sync.py
@@ -19,6 +19,7 @@
import os
import sys
+import traceback
import tempfile
import shutil
import u1db
@@ -73,4 +74,5 @@ if __name__ == '__main__':
exit(1)
except Exception as exc:
print(exc.message or str(exc))
+ traceback.print_exc(file=sys.stdout)
exit(2)