node killed at the end of 08-native-runs tests
pgrep pattern shoud be smaller than 15 characters
This commit is contained in:
parent
88180678ff
commit
5f0dd15f1e
@ -16,7 +16,7 @@ sleep 2
|
||||
|
||||
echo "Closing native node"
|
||||
sleep 2
|
||||
pgrep $CODE | xargs kill -9
|
||||
pgrep ${CODE:0:15} | xargs kill -9
|
||||
|
||||
if grep -q "=check-me= FAILED" $CODE.log ; then
|
||||
echo "==== make.log ====" ; cat make.log;
|
||||
|
Loading…
Reference in New Issue
Block a user