summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/cmd_parse.exp
Commit message (Collapse)AuthorAgeFilesLines
* PR6925: --vp (per-pass verbosity) optionFrank Ch. Eigler2008-11-181-0/+8
|
* PR6964: Revert "Fix hung test due to workaround for PR6964."Frank Ch. Eigler2008-11-121-7/+7
| | | | This reverts commit 8576ea4be5619d9c169cab385ac0d31174fdee41.
* Fix hung test due to workaround for PR6964.Wenji Huang2008-11-031-7/+7
|
* PR6445: documentation, mopping upFrank Ch. Eigler2008-09-061-28/+20
|
* PR6731: Updated listing mode through adding -L option.Wenji Huang2008-09-051-0/+8
|
* PR6470: new argv[] tapset, docs, test casesFrank Ch. Eigler2008-06-101-0/+37
|
* Revert "testsuite: use catch{close}catch{wait} to ensure child process ↵Frank Ch. Eigler2008-05-281-8/+8
| | | | | | pipe/zombie cleanup" This reverts commit 7938bd829dfd82c40b35d536b5913e666c1454d2.
* testsuite: use catch{close}catch{wait} to ensure child process pipe/zombie ↵Frank Ch. Eigler2008-05-271-8/+8
| | | | cleanup
* PR2949: listings mode (stap -l PROBE)Frank Ch. Eigler2008-04-101-0/+9
| | | | | | | | | | | | | | | | 2008-04-10 Frank Ch. Eigler <fche@elastic.org> PR 2949. * session.h (listing_mode): New field. * main.cxx (main): Test it. Enjoy it. (usage): Document it. * stap.1.in, stapex.5.in: Ditto. * elaborate.cxx (print_error): Disable error messages in listing mode. 2008-04-10 Frank Ch. Eigler <fche@elastic.org> PR 2949 * systemtap.base/cmd_parse.exp: Add "-l" listing test.
* 2008-03-27 Frank Ch. Eigler <fche@elastic.org>fche2008-03-271-1/+2
| | | | * systemtap.base/cmd_parse.exp: Don't assume $SHELL=bash.
* 2008-02-06 Masami Hiramatsu <mhiramat@redhat.com>hiramatu2008-02-061-0/+7
| | | | | * systemtap.base/cmd_parse.exp: Added 'wait' between tests for preventing unexpected EOF.
* 2007-08-20 Martin Hunt <hunt@redhat.com>hunt2007-08-201-0/+69
* systemtap.base/cmd_parse.exp: New file. Test command parsing for "-c".