Message5192
I tested the workaround suggested by marc on 2.5.1 rc 3 but it didn't
work. After adding those lines to the attached ctrlc.py script, I wasn't
able to stop the execution at all. Pressing ctrl-c just gave the
following traceback every time I hit it and even 'kill -9' left a
defunct java process.
^CException in thread "SIGINT handler" Traceback (most recent call last):
File "/home/peke/Prog/jython2.5.1rc3/Lib/signal.py", line 113, in handle
self.action(signal.getNumber(), None)
File "Lataukset/ctrlc.py", line 5, in intHandler
raise KeyboardInterrupt()
KeyboardInterrupt
The reason I'm interested about this issue is that I'd like to implement
a possibility to stop Robot Framework test execution gracefully from the
command line: http://code.google.com/p/robotframework/issues/detail?id=108 |
|
Date |
User |
Action |
Args |
2009-09-24 13:01:40 | pekka.klarck | set | messageid: <1253797300.84.0.623180271011.issue1313@psf.upfronthosting.co.za> |
2009-09-24 13:01:40 | pekka.klarck | set | recipients:
+ pekka.klarck, fwierzbicki, draghuram, marc |
2009-09-24 13:01:40 | pekka.klarck | link | issue1313 messages |
2009-09-24 13:01:40 | pekka.klarck | create | |
|