projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32fd2ee
)
ci/deqp-runner: Drop unused "count" variable
author
Eric Anholt
<eric@anholt.net>
Wed, 19 Aug 2020 17:17:17 +0000
(10:17 -0700)
committer
Marge Bot
<eric+marge@anholt.net>
Thu, 20 Aug 2020 23:59:50 +0000
(23:59 +0000)
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6392>
.gitlab-ci/deqp-runner.sh
patch
|
blob
|
history
diff --git
a/.gitlab-ci/deqp-runner.sh
b/.gitlab-ci/deqp-runner.sh
index 97e57becbcb88ee34d0058e2e0ceb1f69f1f4d1a..b96f27208286e9e9a8ecc487fac617c89aa768d5 100755
(executable)
--- 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