diff options
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 23424f42b66..9eacefd7e8f 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -916,7 +916,7 @@ def startClient(exe, args = "", config=None, env=None, echo = True): return spawnClient(cmd, echo = echo) -def startServer(exe, args = "", config=None, env=None, adapter = None, count = 1, echo = False): +def startServer(exe, args = "", config=None, env=None, adapter = None, count = 1, echo = True): if config == None: config = DriverConfig("server") cmd = getCommandLine(exe, config, env) + ' ' + args |