node killed at the end of 08-native-runs tests

pgrep pattern shoud be smaller than 15 characters
This commit is contained in:
Rehan MALAK 2018-04-25 14:22:23 +02:00
parent 88180678ff
commit 5f0dd15f1e
1 changed files with 1 additions and 1 deletions

View File

@ -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;