aboutsummaryrefslogtreecommitdiff
path: root/tests/_run_all_tests.ps1
diff options
context:
space:
mode:
authorTobin Ehlis <tobine@google.com>2017-06-16 09:35:47 -0600
committerMark Lobodzinski <mark@lunarg.com>2017-06-16 13:19:23 -0600
commit0aadb0303ef2059b27bf2440437330b5a6f99c89 (patch)
treeb3bd439d23937018ab6c36c847993892356c5a07 /tests/_run_all_tests.ps1
parentc0eec45f6282852c0015693bb48948272e5a4a92 (diff)
downloadvulkan-validation-layers-0aadb0303ef2059b27bf2440437330b5a6f99c89.tar.gz
scripts:Temporarily disable doc validation
Doc validation makes some directory assumptions that are fragile. Temporarily disabling doc validation from run_all_tests scripts while I figure out a better solution for how to organize the script and make sure it can access all the files it needs.
Diffstat (limited to 'tests/_run_all_tests.ps1')
-rw-r--r--tests/_run_all_tests.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/_run_all_tests.ps1 b/tests/_run_all_tests.ps1
index 28a073242..a46fa38dc 100644
--- a/tests/_run_all_tests.ps1
+++ b/tests/_run_all_tests.ps1
@@ -31,6 +31,6 @@ if ($lastexitcode -ne 0) {
& $dPath\vk_layer_validation_tests --gtest_filter=-$TestExceptions
-& .\vkvalidatelayerdoc.ps1 terse_mode
+# & .\vkvalidatelayerdoc.ps1 terse_mode
exit $lastexitcode