]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/opt-debug-jobs.exp
Update to bmake-20201101
[FreeBSD/FreeBSD.git] / contrib / bmake / unit-tests / opt-debug-jobs.exp
1 job_pipe -1 -1, maxjobs 1, tokens 1, compat 0
2 Job_TokenWithdraw(<pid>): aborting 0, running 0
3 (<pid>) withdrew token
4 echo ": expanded expression"
5 { : expanded expression 
6 } || exit $?
7 echo ":  variable"
8 { :  variable 
9 } || exit $?
10 echo ": 'single' and \"double\" quotes"
11 { : 'single' and "double" quotes 
12 } || exit $?
13 Running all locally
14         Command: sh 
15 JobExec(all): pid <pid> added to jobs table
16 job table @ job started
17 job 0, status 3, flags 0, pid <pid>
18 : expanded expression
19 :  variable
20 : 'single' and "double" quotes
21 Process <pid> exited/stopped status 0.
22 JobFinish: <pid> [all], status 0
23 Job_TokenWithdraw(<pid>): aborting 0, running 0
24 (<pid>) withdrew token
25 exit status 0