summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/cmdline02.stp
blob: 37b73303752e2e4f57a3c30bfe0a7ace60d47114 (plain)
1
2
3
4
5
#! /bin/sh

# Make sure verbose ('-v') option is accepted.

stap -v -p1 -e 'probe begin { exit() }'