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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2018-07-05 15:37:01 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2018-07-05 18:02:21 +0300
commit3a98436dfa7c7f5b3a703df22a63b6382f7feda2 (patch)
tree0f16a701c008aca04e98898766ef5e5a3cfc2516 /tools
parent845db3564fdbcc977bc92108670a2e2dd8dca54a (diff)
Added platform tests into the list of the server dependent 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 bda94914d0..b480cfc05f 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", "map_tests"]
+TESTS_REQUIRING_SERVER = ["platform_tests", "storage_tests", "partners_api_tests", "map_tests"]
class TestRunner: