mirror of
https://github.com/redis/redis.git
synced 2026-04-22 19:37:30 -04:00
fix typo in test comments
This commit is contained in:
@@ -83,7 +83,7 @@ proc test {name code {okpattern undefined}} {
|
||||
return
|
||||
}
|
||||
|
||||
# abort if test name in skiptests
|
||||
# abort if only_tests was set but test name is not included
|
||||
if {[llength $::only_tests] > 0 && [lsearch $::only_tests $name] < 0} {
|
||||
incr ::num_skipped
|
||||
send_data_packet $::test_server_fd skip $name
|
||||
|
||||
@@ -385,7 +385,7 @@ proc signal_idle_client fd {
|
||||
# The the_end function gets called when all the test units were already
|
||||
# executed, so the test finished.
|
||||
proc the_end {} {
|
||||
# TODO: print the status, exit with the rigth exit code.
|
||||
# TODO: print the status, exit with the right exit code.
|
||||
puts "\n The End\n"
|
||||
puts "Execution time of different units:"
|
||||
foreach {time name} $::clients_time_history {
|
||||
|
||||
Reference in New Issue
Block a user