summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/cmdline03.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseko/cmdline03.stp')
-rwxr-xr-xtestsuite/parseko/cmdline03.stp8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/parseko/cmdline03.stp b/testsuite/parseko/cmdline03.stp
new file mode 100755
index 00000000..7bd4a5c0
--- /dev/null
+++ b/testsuite/parseko/cmdline03.stp
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# -p NUM Stop after pass NUM. The passes are numbered 1-5: parse, elabo-
+# rate, translate, compile, run.
+#
+# NUM must be between 1 and 5
+
+./stap -p0 -e 'probe begin { exit() }'