##// END OF EJS Templates
test-inotify-issue1371.t: switch to killdaemons from kill `cat pidfile`
Augie Fackler -
r18591:f58175f4 default
parent child Browse files
Show More
@@ -10,9 +10,6 b' New errors are not allowed. Warnings are'
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-issue1371.t:0:
14 > $ kill `cat hg.pid`
15 don't use kill, use killdaemons.py
16 tests/test-inotify-issue1542.t:0:
13 tests/test-inotify-issue1542.t:0:
17 > $ kill `cat hg.pid`
14 > $ kill `cat hg.pid`
18 don't use kill, use killdaemons.py
15 don't use kill, use killdaemons.py
@@ -41,4 +41,4 b' eed to test all file operations'
41
41
42 Are we able to kill the service? if not, the service died on some error
42 Are we able to kill the service? if not, the service died on some error
43
43
44 $ kill `cat hg.pid`
44 $ "$TESTDIR/killdaemons.py" hg.pid
General Comments 0
You need to be logged in to leave comments. Login now