Skip to content

Commit b53afe6

Browse files
committed
Add scripts for Graphics GLMark2 Public CI
Signed-off-by: Maheswara Pappula <[email protected]>
1 parent c0461cd commit b53afe6

File tree

1 file changed

+1
-1
lines changed
  • Runner/suites/Multimedia/Graphics/GLMark2

1 file changed

+1
-1
lines changed

Runner/suites/Multimedia/Graphics/GLMark2/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ NC="\e[0m" # No Color
2727
if ! command -v /usr/bin/glmark2-es2-wayland &> /dev/null; then
2828
echo -e "${RED}[ERROR]${NC} glmark2-es2-wayland not found in system path."
2929
log_fail "$TESTNAME : glmark2-es2-wayland binary not found"
30-
echo "$TESTNAME SKIP " > "$test_path/$TESTNAME.res"
30+
echo "$TESTNAME SKIP" > "$test_path/$TESTNAME.res"
3131
exit 1
3232
fi
3333

0 commit comments

Comments
 (0)