diff options
author | Dave Brolley <brolley@redhat.com> | 2009-06-29 12:24:53 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-06-29 12:24:53 -0400 |
commit | b2b6260ce7093deb44a70835a38fd7199f0b0954 (patch) | |
tree | 5417d4f380c975132e70221f70f37d2d92da0b02 /testsuite/systemtap.exelib/ustack.tcl | |
parent | 67efafc24aa4e415a01674a0eff04abcb1c1165d (diff) | |
parent | 2fd285e65eb8e1f77cb5b70a1f81377896ad6b2c (diff) | |
download | systemtap-steved-b2b6260ce7093deb44a70835a38fd7199f0b0954.tar.gz systemtap-steved-b2b6260ce7093deb44a70835a38fd7199f0b0954.tar.xz systemtap-steved-b2b6260ce7093deb44a70835a38fd7199f0b0954.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/systemtap.exelib/ustack.tcl')
-rw-r--r-- | testsuite/systemtap.exelib/ustack.tcl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuite/systemtap.exelib/ustack.tcl b/testsuite/systemtap.exelib/ustack.tcl index 07dcec10..b70b8334 100644 --- a/testsuite/systemtap.exelib/ustack.tcl +++ b/testsuite/systemtap.exelib/ustack.tcl @@ -7,9 +7,6 @@ lib: lib_func=lib_func lib: lib_func=lib_func lib: lib_func=lib_func} -# BUG XXX PR10323 skip all prelink scenarios for now. -if {[string match "*prelink*" "$testname"]} { return } - # Only run on make installcheck if {! [installtest_p]} { untested "ustack-$testname"; return } if {! [utrace_p]} { untested "ustack-$testname"; return } |