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.samples/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.samples/crash.sh')
-rwxr-xr-x | testsuite/systemtap.samples/crash.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/testsuite/systemtap.samples/crash.sh b/testsuite/systemtap.samples/crash.sh deleted file mode 100755 index 06aa414e..00000000 --- a/testsuite/systemtap.samples/crash.sh +++ /dev/null @@ -1,8 +0,0 @@ -#! /bin/sh - -crash --readnow << END -mod -s testlog testlog.ko -extend $1/staplog.so -staplog testlog -exit -END |