summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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)