summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
author <philippe colliot>2014-11-10 16:45:03 +0100
committer <philippe colliot>2014-11-10 16:45:03 +0100
commit81ab08306f876799b9ddf09bc87423ea471b99ba (patch)
treedd9be40d50be9bdda52013e237cd4f2a21f0e20c /test
parentf5794b3d59419fcc669597bffeec6c68aa10f8e7 (diff)
downloadnavigation-81ab08306f876799b9ddf09bc87423ea471b99ba.tar.gz
Fix missing constants for trip computer
Diffstat (limited to 'test')
-rwxr-xr-xtest/script/configTests.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/script/configTests.py b/test/script/configTests.py
index be6b745..6c5dcd0 100755
--- a/test/script/configTests.py
+++ b/test/script/configTests.py
@@ -36,8 +36,7 @@ def launch(file,host):
FNULL = open(os.devnull,'w')
logreplayer=PATH_LOGREPLAYER + 'log-replayer'
file=PATH_LOGFILES + file
- param = file + ' ' + host
- call([logreplayer, param], stdout=FNULL, stderr=FNULL)
+ call([logreplayer, file, host], stdout=FNULL, stderr=FNULL)