summaryrefslogtreecommitdiff
path: root/soledad_sync.py
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2016-05-01 17:25:33 -0300
committerdrebs <drebs@riseup.net>2016-05-02 20:43:25 -0300
commit1de2723fdd05dc2c404d9bb7213dd7b93d0c50f6 (patch)
tree9aaf1e99395de2a0db8096e21487e6240a6b22e8 /soledad_sync.py
parent69c5c2b052c51b037142abd495fd59a8a4698fbc (diff)
add script to run tests
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 525b988..e291d68 100644
--- a/soledad_sync.py
+++ b/soledad_sync.py
@@ -13,6 +13,8 @@ NUM_DOCS = int(parser.get('sync', 'num_docs'))
PAYLOAD = parser.get('sync', 'payload')
+
+
DO_THESEUS = os.environ.get('THESEUS', False)