blob: 4245eebf606aa7fd92373869bcc3c8b3d0ce3a18 [file] [log] [blame]
Neels Hofmeyr3531a192017-03-28 14:30:28 +02001run foo: DBG: cd '[TMP]'; PATH=[$PATH] foo.py arg1 arg2 [foofoo]
2run foo: DBG: [TMP]/stdout [foofoo]
3run foo: DBG: [TMP]/stderr [foofoo]
4run foo(pid=[PID]): Launched [foo(pid=[PID])↪foo(pid=[PID])]
5stdout:
6(launched: [DATETIME])
7foo stdout
8[[$0], 'arg1', 'arg2']
9
10stderr:
11(launched: [DATETIME])
12foo stderr
13
14run foo(pid=[PID]): Terminating (SIGINT)
15run foo(pid=[PID]): DBG: Cleanup
16run foo(pid=[PID]): Terminated {rc=1}
17result: 1
18stdout:
19(launched: [DATETIME])
20foo stdout
21[[$0], 'arg1', 'arg2']
22Exiting (stdout)
23
24stderr:
25(launched: [DATETIME])
26foo stderr
27Traceback (most recent call last):
28 File [$0], line [LINE], in <module>
29 time.sleep(1)
30KeyboardInterrupt
31Exiting (stderr)
32
33done.