Skip to content

Commit d9933b3

Browse files
committed
conftest: use -m labgrid.remote.exporter
Same as the previous commit, ensure we use the correct labgrid module. Signed-off-by: Rouven Czerwinski <[email protected]>
1 parent 4a66b43 commit d9933b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def start(self):
129129
assert self.reader is None
130130

131131
self.spawn = pexpect.spawn(
132-
f'labgrid-exporter --name testhost {self.config}',
132+
f'python -m labgrid.remote.exporter --name testhost {self.config}',
133133
logfile=Prefixer(sys.stdout.buffer, 'exporter'),
134134
cwd=self.cwd)
135135
try:

0 commit comments

Comments
 (0)