testing/mozbase/mozprocess/tests/process_normal_finish_python.ini

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/testing/mozbase/mozprocess/tests/process_normal_finish_python.ini	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +; Generates a normal process tree
     1.5 +; Tree is of the form:
     1.6 +; main
     1.7 +;  \_ c1
     1.8 +;  \_ c2
     1.9 +
    1.10 +[main]
    1.11 +children=c1,c2
    1.12 +maxtime=10
    1.13 +
    1.14 +[c1]
    1.15 +children=c2
    1.16 +maxtime=5
    1.17 +
    1.18 +[c2]
    1.19 +maxtime=5
    1.20 +

mercurial