We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a8375 commit 084f58eCopy full SHA for 084f58e
test/atest/stopping.robot
@@ -39,5 +39,6 @@ Skip On Windows
39
40
Send Signal To Remote Server
41
[Arguments] ${signal}
42
- ${process pid}= Run Keyword ${TEST NAME}.get_pid
43
- Evaluate os.kill(${process pid}, signal.${signal}) os,signal
+ [Documentation] Send signal to server, not to possible wrapper (e.g. jython) running it.
+ ${pid}= Run Keyword ${TEST NAME}.Get PID
44
+ Evaluate os.kill(${pid}, signal.${signal}) os,signal
0 commit comments