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:
@@ -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