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.*"
|
||||
while read line
|
||||
do
|
||||
if
|
||||
echo "$line" | grep -q -e "Playback._executionLoop"
|
||||
then
|
||||
continue
|
||||
else
|
||||
echo "$line"
|
||||
if
|
||||
echo $line | grep -q -E -e "$motif"
|
||||
@ -51,6 +56,7 @@ traiter_test()
|
||||
fi
|
||||
ps faux | grep selenium-side-runner | grep -v grep
|
||||
fi
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user