mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-06-21 14:57:13 +08:00
"usage" output to show .py ext instead of .rb
since this is a python port of "unity_test_summary.rb" the console usage output should say "unity_test_summary.py" instead
This commit is contained in:
@ -75,7 +75,7 @@ class UnityTestSummary:
|
||||
print("\nERROR: ")
|
||||
if err_msg:
|
||||
print(err_msg)
|
||||
print("\nUsage: unity_test_summary.rb result_file_directory/ root_path/")
|
||||
print("\nUsage: unity_test_summary.py result_file_directory/ root_path/")
|
||||
print(" result_file_directory - The location of your results files.")
|
||||
print(" Defaults to current directory if not specified.")
|
||||
print(" Should end in / if specified.")
|
||||
|
Reference in New Issue
Block a user