tests/test-check-code-hg.t
changeset 18593 895d65364570
parent 18592 f7c4eb60b0c3
child 18594 a9e830ecd9fb
equal deleted inserted replaced
18592:f7c4eb60b0c3 18593:895d65364570
     8 
     8 
     9 New errors are not allowed. Warnings are strongly discouraged.
     9 New errors are not allowed. Warnings are strongly discouraged.
    10 
    10 
    11   $ hg manifest | xargs "$check_code" --warnings --nolineno --per-file=0 \
    11   $ hg manifest | xargs "$check_code" --warnings --nolineno --per-file=0 \
    12   > || false
    12   > || false
    13   tests/test-inotify-issue1556.t:0:
       
    14    >   $ kill `cat hg.pid`
       
    15    don't use kill, use killdaemons.py
       
    16   tests/test-inotify-lookup.t:0:
    13   tests/test-inotify-lookup.t:0:
    17    >   $ kill `cat .hg/inotify.pid`
    14    >   $ kill `cat .hg/inotify.pid`
    18    don't use kill, use killdaemons.py
    15    don't use kill, use killdaemons.py
    19   tests/test-inotify.t:0:
    16   tests/test-inotify.t:0:
    20    >   $ kill `cat ../hg2.pid`
    17    >   $ kill `cat ../hg2.pid`