aboutsummaryrefslogtreecommitdiffstats
path: root/selftest/process_test/process_test.ok
blob: e40a4616e94bd4fd5f2096fed69af528dfa0d2d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
run foo: DBG: cd '[TMP]'; PATH=[$PATH] foo.py arg1 arg2
run foo: DBG: [TMP]/stdout
run foo: DBG: [TMP]/stderr
run foo(pid=[PID]): Launched
stdout:
(launched: [DATETIME])
foo stdout
[[$0], 'arg1', 'arg2']

stderr:
(launched: [DATETIME])
foo stderr

run foo(pid=[PID]): Terminating (SIGINT)
run foo(pid=[PID]): DBG: Cleanup
run foo(pid=[PID]): Terminated {rc=42}
result: 42
stdout:
(launched: [DATETIME])
foo stdout
[[$0], 'arg1', 'arg2']
SIGINT received
Exiting (stdout)

stderr:
(launched: [DATETIME])
foo stderr
Exiting (stderr)

done.