summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.samples/crash.sh
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2009-02-10 16:18:29 -0500
committerWilliam Cohen <wcohen@redhat.com>2009-02-10 16:18:29 -0500
commita70a69bd47f2b0c7e8e4e99b7a630ebbedc5f264 (patch)
tree5abda041a1bba2387eaf996665a0936322d4b004 /testsuite/systemtap.samples/crash.sh
parent955925b709fcf1aeaa667423ed7b639dcfd94478 (diff)
downloadsystemtap-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-xtestsuite/systemtap.samples/crash.sh8
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