aboutsummaryrefslogtreecommitdiff
path: root/automated
diff options
context:
space:
mode:
authormwasilew <milosz.wasilewski@linaro.org>2020-09-09 09:01:54 +0100
committerGitHub <noreply@github.com>2020-09-09 09:01:54 +0100
commit54164a27979de698fd36f1b4da56b2893be2c4a4 (patch)
tree22d76ff5a1e3f0c70c1cd4ebc4be7bf94f8d222a /automated
parent62ae241482c53ef2d8094220cac045172e368d8d (diff)
parent5ef9c9e4a5225896a732bf744dd91f2469c422f7 (diff)
Merge pull request #205 from alimon/master
automated/linux: glmark2 allow to specify binary
Diffstat (limited to 'automated')
-rw-r--r--automated/linux/glmark2/glmark2.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/automated/linux/glmark2/glmark2.yaml b/automated/linux/glmark2/glmark2.yaml
index 02c0e8b..2a1182a 100644
--- a/automated/linux/glmark2/glmark2.yaml
+++ b/automated/linux/glmark2/glmark2.yaml
@@ -15,11 +15,12 @@ metadata:
params:
DISPLAY: ":0"
+ GLMARK_BIN: "glmark2"
run:
steps:
- export DISPLAY=${DISPLAY}
- cd ./automated/linux/glmark2
- - glmark2 | tee glmark2.log
+ - ${GLMARK_BIN} | tee glmark2.log
- ./glmark2_lava_parse.py glmark2.log > ./result.txt
- ../../utils/send-to-lava.sh ./result.txt