summaryrefslogtreecommitdiff
path: root/soledad_sync.py
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2016-05-01 17:22:10 -0300
committerdrebs <drebs@riseup.net>2016-05-01 21:49:59 -0300
commit9051ed41e24e98f644b139bff6afc76c184731f0 (patch)
treef8a41e8a2cb7a50ed1bc01bee13dbc74677b16be /soledad_sync.py
parentbd113c72a3a37c91806dd2cbf0cf8fd47949a2f4 (diff)
stop server after test
Diffstat (limited to 'soledad_sync.py')
-rw-r--r--soledad_sync.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/soledad_sync.py b/soledad_sync.py
index 44a90bd..154ecfd 100644
--- a/soledad_sync.py
+++ b/soledad_sync.py
@@ -11,6 +11,8 @@ NUM_DOCS = 50
PAYLOAD = '/tmp/payload'
# ------------------------------------------------------
+
+
DO_THESEUS = os.environ.get('THESEUS', False)