commit | e4e9df22597e8a58a47e01beddc76077ea62a447 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sat Aug 13 22:05:20 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Sat Aug 13 22:05:20 2016 +0000 |
tree | 9bdd5589a0acad03d78a7672fdeeace83643cdf0 | |
parent | 559ec3e06db4e20ade6f38dcf54c3312ee22616d [diff] |
tests/init.sh: print exit code of failed commands * init.sh (run_prog, run_prog_skip_if_failed): When the program fails, add its exit code to the diagnostic message. (run_strace): When strace fails, add its exit code to the diagnostic message. (run_strace_merge): When strace-log-merge fails, add its exit code to the diagnostic message.
This is strace -- a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.
strace is released under a Berkeley-style license at the request of Paul Kranenburg; see the file COPYING for details.
See the file NEWS for information on what has changed in recent versions.
Please send bug reports and enhancements to the strace mailing list.