Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorArsentiy Milchakov <milcars@mapswithme.com>2017-11-09 17:49:24 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2017-11-16 15:58:07 +0300
commit18728c8d11cb99fe2875936a7157d5b9a8c49b15 (patch)
tree742456fda94f4b0e1c512b3e8fa2ef7511ef2542 /tools
parent962e27b2857e544ebed4adf9a39e72634fbc2d47 (diff)
[booking] availability filter tests
Diffstat (limited to 'tools')
-rwxr-xr-xtools/python/run_desktop_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/run_desktop_tests.py b/tools/python/run_desktop_tests.py
index 6acf81e6ca..bda94914d0 100755
--- a/tools/python/run_desktop_tests.py
+++ b/tools/python/run_desktop_tests.py
@@ -39,7 +39,7 @@ WITH_SERVER = "with_server"
PORT = 34568
-TESTS_REQUIRING_SERVER = ["downloader_tests", "storage_tests", "partners_api_tests"]
+TESTS_REQUIRING_SERVER = ["downloader_tests", "storage_tests", "partners_api_tests", "map_tests"]
class TestRunner: