runtest.sh : filtrage messages erreur inutiles
This commit is contained in:
parent
7af9e68e20
commit
e37be80d0a
@ -39,6 +39,11 @@ traiter_test()
|
|||||||
motif="^Ran all test suites.*"
|
motif="^Ran all test suites.*"
|
||||||
while read line
|
while read line
|
||||||
do
|
do
|
||||||
|
if
|
||||||
|
echo "$line" | grep -q -e "Playback._executionLoop"
|
||||||
|
then
|
||||||
|
continue
|
||||||
|
else
|
||||||
echo "$line"
|
echo "$line"
|
||||||
if
|
if
|
||||||
echo $line | grep -q -E -e "$motif"
|
echo $line | grep -q -E -e "$motif"
|
||||||
@ -51,6 +56,7 @@ traiter_test()
|
|||||||
fi
|
fi
|
||||||
ps faux | grep selenium-side-runner | grep -v grep
|
ps faux | grep selenium-side-runner | grep -v grep
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user