We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0461cd commit b53afe6Copy full SHA for b53afe6
Runner/suites/Multimedia/Graphics/GLMark2/run.sh
@@ -27,7 +27,7 @@ NC="\e[0m" # No Color
27
if ! command -v /usr/bin/glmark2-es2-wayland &> /dev/null; then
28
echo -e "${RED}[ERROR]${NC} glmark2-es2-wayland not found in system path."
29
log_fail "$TESTNAME : glmark2-es2-wayland binary not found"
30
- echo "$TESTNAME SKIP " > "$test_path/$TESTNAME.res"
+ echo "$TESTNAME SKIP" > "$test_path/$TESTNAME.res"
31
exit 1
32
fi
33
0 commit comments