summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/general
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-09-17 15:30:56 +0200
committerMark Wielaard <mjw@redhat.com>2009-09-17 15:30:56 +0200
commit15a53fb7e8f0e3eb7cc2476d390da7f8a06d2c5f (patch)
treeb0b2fe1174d5d45852d5d9ba90a2b7c589749a32 /testsuite/systemtap.examples/general
parenta82ac1f413712a375d5e14ef7641ce0abf7a6543 (diff)
downloadsystemtap-steved-15a53fb7e8f0e3eb7cc2476d390da7f8a06d2c5f.tar.gz
systemtap-steved-15a53fb7e8f0e3eb7cc2476d390da7f8a06d2c5f.tar.xz
systemtap-steved-15a53fb7e8f0e3eb7cc2476d390da7f8a06d2c5f.zip
Mark badname example as needing guru mode in meta file so it doesn't FAIL.
Diffstat (limited to 'testsuite/systemtap.examples/general')
-rw-r--r--testsuite/systemtap.examples/general/badname.meta6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/systemtap.examples/general/badname.meta b/testsuite/systemtap.examples/general/badname.meta
index 9b4e7390..9a01763c 100644
--- a/testsuite/systemtap.examples/general/badname.meta
+++ b/testsuite/systemtap.examples/general/badname.meta
@@ -8,6 +8,6 @@ status: experimental
exit: user-controlled
output: none
scope: system-wide
-description: The badname.stp script shows how one could prevent the creation of files with undesirable names.
-test_check: stap -p4 badname.stp
-test_installcheck: stap badname.stp -c "sleep 0.2"
+description: The badname.stp script shows how one could prevent the creation of files with undesirable names using guru mode.
+test_check: stap -g -p4 badname.stp
+test_installcheck: stap -g badname.stp -c "sleep 0.2"