From 4bb59fcee9c0c3ddfe681e80800d08689625c90b Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 19 Aug 2020 10:17:17 -0700 Subject: [PATCH] ci/deqp-runner: Drop unused "count" variable Reviewed-by: Christian Gmeiner Part-of: --- .gitlab-ci/deqp-runner.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci/deqp-runner.sh b/.gitlab-ci/deqp-runner.sh index 97e57becbcb..b96f2720828 100755 --- a/.gitlab-ci/deqp-runner.sh +++ b/.gitlab-ci/deqp-runner.sh @@ -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 -- 2.30.2