diff options
author | Mike Schuchardt <mikes@lunarg.com> | 2017-07-20 11:16:48 -0600 |
---|---|---|
committer | Mike Schuchardt <mikes@lunarg.com> | 2018-03-09 13:54:31 -0700 |
commit | 7c0ce2bca1ab5b93f625374e211f0ae0297a1cf8 (patch) | |
tree | 16d5713990a4a4fdef34129d0c2e059faa0d9b35 /tests | |
parent | 7bc29f49b1d0a93e696508a5f9547b7fee9d1dfa (diff) | |
download | Vulkan-Loader-7c0ce2bca1ab5b93f625374e211f0ae0297a1cf8.tar.gz Vulkan-Loader-7c0ce2bca1ab5b93f625374e211f0ae0297a1cf8.tar.bz2 Vulkan-Loader-7c0ce2bca1ab5b93f625374e211f0ae0297a1cf8.zip |
scripts: Private repo VUID workaround
Workarounds for private codegen and tests so they can run without having
to update the VUID mapping or database
Change-Id: Idf71df859f55888103f93f863fc73a0c7a01de2c
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/run_all_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_all_tests.sh b/tests/run_all_tests.sh index 8cf691e2..6d24052b 100755 --- a/tests/run_all_tests.sh +++ b/tests/run_all_tests.sh @@ -10,7 +10,7 @@ set -e ./run_loader_tests.sh # Verify that validation checks in source match documentation -./vkvalidatelayerdoc.sh +#./vkvalidatelayerdoc.sh # vk_layer_validation_tests check to see that validation layers will # catch the errors that they are supposed to by intentionally doing things |