From 239d02e5236ab13cefe9eddf917f6725e433a18c Mon Sep 17 00:00:00 2001 From: Timofey Date: Tue, 21 Jul 2015 12:49:01 +0300 Subject: [PATCH] Fixed the parameters passed to the tests --- tools/run_desktop_tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/run_desktop_tests.py b/tools/run_desktop_tests.py index 61f49cc2fd..e63d35928e 100755 --- a/tools/run_desktop_tests.py +++ b/tools/run_desktop_tests.py @@ -34,8 +34,8 @@ workspace_path = "omim-build-release/out/release" skiplist = [] runlist = [] logfile = "testlog.log" -data_path = None -user_resource_path = None +data_path = "" +user_resource_path = ""