sh-errctl.exp revision 1.4
1job_pipe -1 -1, maxjobs 1, tokens 1, compat 0
2TokenPool_Take(<pid>): aborting NONE, running 0
3(<pid>) withdrew token
4# echo off
5echo silent
6# echo on
7# echo off
8# error checking off
9set +e
10# echo on
11echo ignerr; false
12# echo off
13# error checking on
14set -e
15# echo on
16echo always
17Running all
18	Command: <shell>
19JobExec(all): pid <pid> added to jobs table
20job table @ job started
21job 0, status 3, flags ---, pid <pid>
22silent
23ignerr
24always
25TokenPool_Take(<pid>): aborting NONE, running 0
26(<pid>) withdrew token
27exit status 0
28