Skip to content
Snippets Groups Projects
Commit ea396db3 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(l2g_send): Send the output to the user in verbose mode.

parent 831894e7
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ proc l2g_stop {} { ...@@ -19,6 +19,7 @@ proc l2g_stop {} {
proc l2g_send {str} { proc l2g_send {str} {
unanchored_expect "^l2g> " "prompt before $str" unanchored_expect "^l2g> " "prompt before $str"
verbose "sending $str"
send "$str\n" send "$str\n"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment