commit | 2e8a7871ab509e0b628233c71467ee08fe94f70b | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Wed Mar 30 00:13:37 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Wed Mar 30 00:13:37 2016 +0000 |
tree | 615283c39c73bc7bcf6733be90aa10fa84f198ac | |
parent | a990e8c671c2507a5379d84ef21402ec81057f78 [diff] |
tests: move definitions of $OUT and $ERR to init.sh As virtually every test defines either one or both of OUT and ERR variables and these definitions are exactly the same, move definitions of these variables from individual tests to init.sh. * tests/init.sh (OUT, ERR): New variables. * tests/ipc.sh: Remove initialization of OUT variable. * tests/statx.sh: Likewise. * tests/*.test: Remove initialization of OUT and ERR variables.
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.