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