Skip to content

Commit a562895

Browse files
committed
suites: Multimedia/Graphics/KMSCube: fix TESTNAME value
Fix value of TESTNAME variable in KMSCube test. The value of the variable in the script didn't match the value in the meta-qcom-premerge test plan. Signed-off-by: Milosz Wasilewski <[email protected]>
1 parent 6c0969a commit a562895

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fi
2727
# shellcheck disable=SC1090,SC1091
2828
. "$TOOLS/functestlib.sh"
2929

30-
TESTNAME="kmscube"
30+
TESTNAME="KMSCube"
3131
FRAME_COUNT=999
3232
EXPECTED_FRAMES=$((FRAME_COUNT - 1))
3333
test_path=$(find_test_case_by_name "$TESTNAME")

0 commit comments

Comments
 (0)