Author: sebb
Date: Wed Oct 7 20:38:00 2015
New Revision: 1707382
URL: http://svn.apache.org/viewvc?rev=1707382&view=rev
Log:
Show the process tree
Modified:
comdev/reporter.apache.org/trunk/data/python3logger.sh
Modified: comdev/reporter.apache.org/trunk/data/python3logger.sh
URL:
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/data/python3logger.sh?rev=1707382&r1=1707381&r2=1707382&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/data/python3logger.sh (original)
+++ comdev/reporter.apache.org/trunk/data/python3logger.sh Wed Oct 7 20:38:00
2015
@@ -20,6 +20,9 @@ echo '>>>'
echo Starting $SCRIPT at $(date)
export
+# show the process tree
+pstree -slapA $$
+
python3 -u $SCRIPT
echo Completed $SCRIPT at $(date)