]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bmake/unit-tests/opt-debug-jobs.exp
Merge bmake-20201117
[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 { sleep 1 
14 } || exit $?
15 Running all
16         Command: sh 
17 JobExec(all): pid <pid> added to jobs table
18 job table @ job started
19 job 0, status 3, flags 0, pid <pid>
20 : expanded expression
21 :  variable
22 : 'single' and "double" quotes
23 Process <pid> exited/stopped status 0.
24 JobFinish: <pid> [all], status 0
25 Job_TokenWithdraw(<pid>): aborting 0, running 0
26 (<pid>) withdrew token
27 exit status 0