We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce7013 commit 2ab31b6Copy full SHA for 2ab31b6
libcxx/utils/ssh.py
@@ -53,7 +53,7 @@ def scp(src, dst):
53
54
def runCommand(command, *args_, **kwargs):
55
if args.verbose:
56
- print(f"$ {' '.join(command)}")
+ print(f"$ {' '.join(command)}", file=sys.stderr)
57
return subprocess.run(command, *args_, **kwargs)
58
59
# Create a temporary directory where the test will be run.
0 commit comments