Skip to content

Commit b37adf4

Browse files
committed
coldcard: use --headless
1 parent b3fe9af commit b37adf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_coldcard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def start(self):
5353
self.coldcard_proc = subprocess.Popen(
5454
[
5555
"python3",
56-
os.path.basename(self.simulator), "--ms"
56+
os.path.basename(self.simulator), "--ms", "--headless"
5757
],
5858
cwd=os.path.dirname(self.simulator),
5959
stdout=self.coldcard_log,

0 commit comments

Comments
 (0)