diff options
author | William Cohen <wcohen@redhat.com> | 2009-02-10 16:18:29 -0500 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-02-10 16:18:29 -0500 |
commit | a70a69bd47f2b0c7e8e4e99b7a630ebbedc5f264 (patch) | |
tree | 5abda041a1bba2387eaf996665a0936322d4b004 /testsuite/systemtap.base/crash.sh | |
parent | 955925b709fcf1aeaa667423ed7b639dcfd94478 (diff) | |
download | systemtap-steved-a70a69bd47f2b0c7e8e4e99b7a630ebbedc5f264.tar.gz systemtap-steved-a70a69bd47f2b0c7e8e4e99b7a630ebbedc5f264.tar.xz systemtap-steved-a70a69bd47f2b0c7e8e4e99b7a630ebbedc5f264.zip |
Move crash.exp and crash.sh to systemtap.base directory.
Diffstat (limited to 'testsuite/systemtap.base/crash.sh')
-rwxr-xr-x | testsuite/systemtap.base/crash.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/systemtap.base/crash.sh b/testsuite/systemtap.base/crash.sh new file mode 100755 index 00000000..06aa414e --- /dev/null +++ b/testsuite/systemtap.base/crash.sh @@ -0,0 +1,8 @@ +#! /bin/sh + +crash --readnow << END +mod -s testlog testlog.ko +extend $1/staplog.so +staplog testlog +exit +END |