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.
1 parent b3fe9af commit b37adf4Copy full SHA for b37adf4
test/test_coldcard.py
@@ -53,7 +53,7 @@ def start(self):
53
self.coldcard_proc = subprocess.Popen(
54
[
55
"python3",
56
- os.path.basename(self.simulator), "--ms"
+ os.path.basename(self.simulator), "--ms", "--headless"
57
],
58
cwd=os.path.dirname(self.simulator),
59
stdout=self.coldcard_log,
0 commit comments