diff options
| author | hunt <hunt> | 2007-09-19 16:35:02 +0000 |
|---|---|---|
| committer | hunt <hunt> | 2007-09-19 16:35:02 +0000 |
| commit | 770794f1d24a6bfb4eacabcc8f272e4bb44890ab (patch) | |
| tree | 240149c6b47db0ad626502e4abd73e51b26f3cd9 /testsuite/systemtap.syscall/ChangeLog | |
| parent | d5aae3f021d1a5d52e17788025053496757b7a89 (diff) | |
| download | systemtap-steved-770794f1d24a6bfb4eacabcc8f272e4bb44890ab.tar.gz systemtap-steved-770794f1d24a6bfb4eacabcc8f272e4bb44890ab.tar.xz systemtap-steved-770794f1d24a6bfb4eacabcc8f272e4bb44890ab.zip | |
2007-09-19 Martin Hunt <hunt@redhat.com>
PR 4931
* test-debug.tcl (cleanup): Remove print.
* README: Update.
* syscall.exp: Source test.tcl and call run_one_test()
from there.
* test.tcl: Rewrite as a function. Do compilation
as well as testing. Compile into and execute in
a directory in /tmp.
Diffstat (limited to 'testsuite/systemtap.syscall/ChangeLog')
| -rw-r--r-- | testsuite/systemtap.syscall/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/systemtap.syscall/ChangeLog b/testsuite/systemtap.syscall/ChangeLog index 3be84fdf..c9d8077b 100644 --- a/testsuite/systemtap.syscall/ChangeLog +++ b/testsuite/systemtap.syscall/ChangeLog @@ -1,3 +1,13 @@ +2007-09-19 Martin Hunt <hunt@redhat.com> + PR 4931 + * test-debug.tcl (cleanup): Remove print. + * README: Update. + * syscall.exp: Source test.tcl and call run_one_test() + from there. + * test.tcl: Rewrite as a function. Do compilation + as well as testing. Compile into and execute in + a directory in /tmp. + 2007-09-17 Martin Hunt <hunt@redhat.com> * timer.c (main): Remove the return value checks. |
