Skip to content
Snippets Groups Projects
Commit b79c4e63 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

fix(testenv): use correct server name for runnign tests

parent e9525f87
No related branches found
No related tags found
1 merge request!118small test related changes
This commit is part of merge request !118. Comments created here will be created in the context of that merge request.
......@@ -160,8 +160,7 @@ class _TestEnvCommand(AbstractCommand):
self.devices = self.testmod.Devices.get(gtor.parsed_settings)
if self.args.test:
exe_in_testenv_dir = os.path.join(
self.args.folder, os.path.split(self.args.exe[0].replace('-', '_'))[1])
exe_in_testenv_dir = os.path.join(self.args.folder, gtor.parsed_settings['SERVERNAME'])
try:
# needs a working dragon config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment