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 @@
1#! /bin/sh
2
3exec >${1:?}
4
5echo $PIES_VERSION
6echo $PIES_COMPONENT
7echo $PIES_PID
8echo $PIES_STATUS
9echo ${PIES_SIGNAL:-No signal}

Return to:

Send suggestions and report system problems to the System administrator.