We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cf680c + cd7f1fb commit d98e07eCopy full SHA for d98e07e
tests/conftest.py
@@ -129,7 +129,7 @@ def start(self):
129
assert self.reader is None
130
131
self.spawn = pexpect.spawn(
132
- f'labgrid-exporter --name testhost {self.config}',
+ f'python -m labgrid.remote.exporter --name testhost {self.config}',
133
logfile=Prefixer(sys.stdout.buffer, 'exporter'),
134
cwd=self.cwd)
135
try:
@@ -147,7 +147,7 @@ def start(self):
147
148
149
150
- 'labgrid-coordinator',
+ 'python -m labgrid.remote.coordinator',
151
logfile=Prefixer(sys.stdout.buffer, 'coordinator'),
152
153
0 commit comments