diff options
author | pcarrier <pcarrier@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-11-28 02:24:46 +0000 |
---|---|---|
committer | pcarrier <pcarrier@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-11-28 02:24:46 +0000 |
commit | cb9abbe495d96d22f48b3285468ad0239d9a9eeb (patch) | |
tree | ed470350a2c2a99079ed88082efbb14e6a37c8c5 /worker/specs | |
parent | 91bb678ec3e0d9f36b8ebefe89888325505ef82d (diff) | |
download | sos-cb9abbe495d96d22f48b3285468ad0239d9a9eeb.tar.gz |
[tests] worker: tests reflecting the SIGINT design change
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@1053 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'worker/specs')
-rw-r--r-- | worker/specs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worker/specs b/worker/specs index 76baa272..0d1b7dd1 100644 --- a/worker/specs +++ b/worker/specs @@ -38,7 +38,7 @@ number. /- by Python to display exceptions; /- to print "ALIVE" when SIGUSR1 is received or after a "ping" request; /- to print "UNKNOWN COMMAND" when a command is unknown; -/- to print "INTERRUPTED" when a command is interrupted with SIGINT. +/- to print "INTERRUPTED #X#" when a command is interrupted with SIGINT. [statement(easy to prove wrong, hard to prove right)] Requests |