Skip to content

Commit 36bf31b

Browse files
install_test: Add traceability to what tests are being run
1 parent 6e7acbf commit 36bf31b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/install/install_test.py

+1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ def test_install(self):
2727
# Execute the install actions.
2828
for cmd in lines:
2929
cmd = cmd.strip()
30+
print("+ {}".format(cmd))
3031
install_test_helper.check_call(os.path.join(os.getcwd(), cmd))

0 commit comments

Comments
 (0)