diff --git a/test/data/abandoning_parent.sh b/test/data/abandoning_parent.sh index 03eb534..89e79a2 100755 --- a/test/data/abandoning_parent.sh +++ b/test/data/abandoning_parent.sh @@ -8,7 +8,8 @@ for i in `seq 1 $nchildren`; do done echo "Started $nchildren for $$" -pstree -c -p "$$" +# Can be useful when running manually, but commented out so we can count pids in tests +# pstree -c -p "$$" echo "Starting one more in subprocess" @@ -16,6 +17,7 @@ echo "Starting one more in subprocess" jobs -pstree -c -p "$$" +# Can be useful when running manually, but commented out so we can count pids in tests +# pstree -c -p "$$" echo "waiting" wait