Skip to content
Snippets Groups Projects
Commit 2e4d775f authored by Moe Jette's avatar Moe Jette
Browse files

fix typo in log message

parent 0dc0d19a
No related branches found
No related tags found
No related merge requests found
...@@ -206,7 +206,7 @@ if {[wait_for_file $file_out_time] != 0} { ...@@ -206,7 +206,7 @@ if {[wait_for_file $file_out_time] != 0} {
# Trigger events happen on a periodic basis, so there is likely to # Trigger events happen on a periodic basis, so there is likely to
# be a delay up to 20 seconds # be a delay up to 20 seconds
if {$run_time < 30 || $run_time > 59} { if {$run_time < 30 || $run_time > 59} {
send_user "\nFAILURE: file $file_out_time contents are bad, R run time\n" send_user "\nFAILURE: file $file_out_time contents are bad, run time\n"
set exit_code 1 set exit_code 1
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment