From a70a69bd47f2b0c7e8e4e99b7a630ebbedc5f264 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Tue, 10 Feb 2009 16:18:29 -0500 Subject: Move crash.exp and crash.sh to systemtap.base directory. --- testsuite/systemtap.base/crash.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 testsuite/systemtap.base/crash.sh (limited to 'testsuite/systemtap.base/crash.sh') 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 -- cgit