1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 08:25:58 +01:00

Merge pull request #126 from tabascoeye/patch-1

"usage" output to show .py ext instead of .rb
This commit is contained in:
Mark VanderVoord
2015-07-28 17:20:17 -04:00

View File

@@ -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.")