From 277c1957c614aa4c56a5e192e893471e3a964cc4 Mon Sep 17 00:00:00 2001 From: dsmith Date: Fri, 2 Jun 2006 15:54:26 +0000 Subject: 2006-06-02 David Smith * main.cxx (usage): Added exitcode parameter. (main): Improved a few error messages. Also, when an error is given, stap now always exits with a status of 1. * testsuite/buildok/cmdline01.stp: New test. * testsuite/parseko/cmdline01.stp: Ditto. * testsuite/parseko/cmdline02.stp: Ditto. * testsuite/parseko/cmdline03.stp: Ditto. * testsuite/parseko/cmdline04.stp: Ditto. * testsuite/parseko/cmdline05.stp: Ditto. * testsuite/parseko/cmdline06.stp: Ditto. * testsuite/parseok/cmdline01.stp: Ditto. * testsuite/parseok/cmdline02.stp: Ditto. --- testsuite/parseko/cmdline03.stp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 testsuite/parseko/cmdline03.stp (limited to 'testsuite/parseko/cmdline03.stp') 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() }' -- cgit