summaryrefslogtreecommitdiff
path: root/test/script/configTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/script/configTests.py')
-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])