From: Alexander Galazin Date: Fri, 2 Mar 2018 11:17:24 +0000 (+0100) Subject: Add a note to the README X-Git-Tag: upstream/1.3.5~2565^2~6^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=676039ff3429e258895a7bcdf0258299a6fab8d3;p=platform%2Fupstream%2FVK-GL-CTS.git Add a note to the README Explain that the verification scrpt will report a warning for a correctly generated git-log Components: Vulkan Change-Id: Ie8e0ab090f50c776150f9a7f4ce7d69583186953 --- diff --git a/external/vulkancts/README.md b/external/vulkancts/README.md index f2f7559..4a003ab 100644 --- a/external/vulkancts/README.md +++ b/external/vulkancts/README.md @@ -307,6 +307,9 @@ and path to current mustpass list. For example: python external/vulkancts/scripts/verify_submission.py VK_11_Khronos_1/ external/vulkancts/mustpass/1.1.0/vk-default.txt +Please note that the script reports a warning even for a correctly generated git-log.txt +If your git-log.txt contains only head commit of the release tag then +the warning can be ignored. Vulkan platform port --------------------