fix typo in test comments

This commit is contained in:
Jungnam Lee 2018-11-08 23:01:29 +09:00
parent 7721fe83e9
commit a85522d994
2 changed files with 2 additions and 2 deletions

View File

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

View File

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