xref: /freebsd/contrib/bmake/unit-tests/sh-errctl.exp (revision 0b46a53a2f50b5ab0f4598104119a049b9c42cc9)
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
25TokenPool_Take: pid <pid>, aborting NONE, running 0
26TokenPool_Take: pid <pid> took a token
27exit status 0
28