We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7acbf commit 36bf31bCopy full SHA for 36bf31b
tools/install/install_test.py
@@ -27,4 +27,5 @@ def test_install(self):
27
# Execute the install actions.
28
for cmd in lines:
29
cmd = cmd.strip()
30
+ print("+ {}".format(cmd))
31
install_test_helper.check_call(os.path.join(os.getcwd(), cmd))
0 commit comments