xref: /freebsd/contrib/bmake/unit-tests/sh-errctl.exp (revision 06b9b3e0ad0dc3f0166b3e8f26ced68c271cf527)
1job_pipe -1 -1, maxjobs 1, tokens 1, compat 0
2Job_TokenWithdraw(<pid>): aborting 0, 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
25Job_TokenWithdraw(<pid>): aborting 0, running 0
26(<pid>) withdrew token
27exit status 0
28