summaryrefslogtreecommitdiffstats
path: root/testsuite/execrc
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-05-24 00:41:06 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-05-24 00:41:06 -0400
commitf98f7c0151e19f6f3689c5e4001f3fae37efb293 (patch)
tree00dc5250a9c1a0095b3d972982083a18c26c02e2 /testsuite/execrc
parent12b7f110bc79aac307cd4c6fa73402235ec00ea3 (diff)
downloadsystemtap-steved-f98f7c0151e19f6f3689c5e4001f3fae37efb293.tar.gz
systemtap-steved-f98f7c0151e19f6f3689c5e4001f3fae37efb293.tar.xz
systemtap-steved-f98f7c0151e19f6f3689c5e4001f3fae37efb293.zip
PR6550: --enable-dejazilla: optional automatic test result reporting
Diffstat (limited to 'testsuite/execrc')
-rwxr-xr-xtestsuite/execrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/execrc b/testsuite/execrc
new file mode 100755
index 00000000..deff87e7
--- /dev/null
+++ b/testsuite/execrc
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+# Run given program, but return a successful rc anyway.
+eval $@
+exit 0