freebsd-dev/contrib/bmake/unit-tests/sh-errctl.exp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
520 B
Plaintext
Raw Normal View History

job_pipe -1 -1, maxjobs 1, tokens 1, compat 0
Job_TokenWithdraw(<pid>): aborting 0, running 0
(<pid>) withdrew token
# echo off
echo silent
# echo on
# echo off
# error checking off
set +e
# echo on
echo ignerr; false
# echo off
# error checking on
set -e
# echo on
echo always
Running all
Command: <shell>
JobExec(all): pid <pid> added to jobs table
job table @ job started
job 0, status 3, flags ---, pid <pid>
silent
ignerr
always
Job_TokenWithdraw(<pid>): aborting 0, running 0
(<pid>) withdrew token
exit status 0