Skip to content

Commit 6bd85a3

Browse files
committed
Louder test output rather than quieter
1 parent 6897be0 commit 6bd85a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/eptestpackage/eptestpackage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def mainw():
77
def do_refresh():
88
import subprocess
99
with subprocess.Popen(
10-
["pymanager", "install", "-q", "--refresh"],
10+
["pymanager", "install", "-v", "--refresh"],
1111
stdout=subprocess.PIPE,
1212
stderr=subprocess.STDOUT,
1313
encoding="ascii",

0 commit comments

Comments
 (0)