sh-errctl.exp revision 1.7
1job_pipe -1 -1, maxjobs 1, tokens 1, compat 0
2TokenPool_Take: pid <pid>, aborting NONE, running 0
3TokenPool_Take: pid <pid> took a 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: target all, pid <pid> added to jobs table
20job started, job table:
21job 0, status running, flags ---, pid <pid>
22silent
23ignerr
24always
25Process with pid <pid> exited/stopped with status 0.
26JobFinish: target all, pid <pid>, status 0
27TokenPool_Take: pid <pid>, aborting NONE, running 0
28TokenPool_Take: pid <pid> took a token
29exit status 0
30