diff -r 000000000000 -r 6474c204b198 testing/mozbase/mozprocess/tests/process_normal_finish_python.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testing/mozbase/mozprocess/tests/process_normal_finish_python.ini Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,17 @@ +; Generates a normal process tree +; Tree is of the form: +; main +; \_ c1 +; \_ c2 + +[main] +children=c1,c2 +maxtime=10 + +[c1] +children=c2 +maxtime=5 + +[c2] +maxtime=5 +