summaryrefslogtreecommitdiff
path: root/test/script
diff options
context:
space:
mode:
authorasanoaozora <fifitaneki@hotmail.com>2018-05-30 16:40:00 +0200
committerasanoaozora <fifitaneki@hotmail.com>2018-05-30 16:40:00 +0200
commita3fbfa55230fa64d499a6b7a4da6d8b4fa468230 (patch)
tree37d50fd2278d6646447c261ee61d74ba96160da1 /test/script
parenta4938ffa0e6d15aed58645f57b2645bc0a61527a (diff)
downloadnavigation-a3fbfa55230fa64d499a6b7a4da6d8b4fa468230.tar.gz
some improvements to make it easier to maintain
Diffstat (limited to 'test/script')
-rwxr-xr-xtest/script/configTests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/script/configTests.py b/test/script/configTests.py
index 5ac190c..a3d312c 100755
--- a/test/script/configTests.py
+++ b/test/script/configTests.py
@@ -29,12 +29,12 @@
import subprocess,os
from subprocess import call
-PATH_LOGREPLAYER='../../src/navigation/src/navigation/bin/'
+PATH_LOGREPLAYER='../../src/log-replayer-server/bin/'
PATH_LOGFILES='../resource/'
def launch(file,host):
FNULL = open(os.devnull,'w')
- logreplayer=PATH_LOGREPLAYER + 'log-replayer'
+ logreplayer=PATH_LOGREPLAYER + 'log-replayer-server'
file=PATH_LOGFILES + file
call([logreplayer, file, host])