ci/deqp-runner: Drop unused "count" variable

Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6392>
This commit is contained in:
Eric Anholt 2020-08-19 10:17:17 -07:00 committed by Marge Bot
parent 32fd2ee023
commit 4bb59fcee9
1 changed files with 0 additions and 2 deletions

View File

@ -301,8 +301,6 @@ if [ $DEQP_EXITCODE -ne 0 ]; then
echo "Unexpected results found:"
cat $UNEXPECTED_RESULTSFILE
fi
count=`cat $UNEXPECTED_RESULTSFILE | wc -l`
else
grep ",Flake" $RESULTSFILE > $FLAKESFILE