aboutsummaryrefslogtreecommitdiff
path: root/tests/aux/retcode
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aux/retcode')
-rwxr-xr-xtests/aux/retcode9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/aux/retcode b/tests/aux/retcode
new file mode 100755
index 0000000..b827ba9
--- /dev/null
+++ b/tests/aux/retcode
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+exec >${1:?}
+
+echo $PIES_VERSION
+echo $PIES_COMPONENT
+echo $PIES_PID
+echo $PIES_STATUS
+echo ${PIES_SIGNAL:-No signal}

Return to:

Send suggestions and report system problems to the System administrator.