Skip to content

Commit

Permalink
Add a hint about the current file for TCL debuggin
Browse files Browse the repository at this point in the history
Signed-off-by: Madelyn Olson <[email protected]>
  • Loading branch information
madolson committed Dec 19, 2024
1 parent 33f42d7 commit 4e2bade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/support/server.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ proc spawn_server {config_file stdout stderr args} {
}

# Tell the test server about this new instance.
send_data_packet $::test_server_fd server-spawned $pid
send_data_packet $::test_server_fd server-spawned "$pid - $::curfile"
return $pid
}

Expand Down

0 comments on commit 4e2bade

Please sign in to comment.