From d6bbf521ddb38115398f79e3fccb55d95b018546 Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Tue, 27 Jun 2017 09:38:15 -0600 Subject: scripts: Updated validation_stats error output Change-Id: I41f592c8fa7a9180d5bd07446d965fa9eb287558 --- scripts/vk_validation_stats.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/vk_validation_stats.py b/scripts/vk_validation_stats.py index 7db67397..3c930f39 100755 --- a/scripts/vk_validation_stats.py +++ b/scripts/vk_validation_stats.py @@ -186,8 +186,9 @@ class ValidationSource: qualified_paths.append(filepath) continue if len(self.generated_source_files) != len(qualified_paths): - print("Error: Unable to locate one or more of the following source files in the build, dbuild, or release directories") + print("Error: Unable to locate one or more of the following source files in the %s directories" % (", ".join(generated_source_directories))) print(self.generated_source_files) + print("Skipping documentation validation test") quit() else: self.source_files.extend(qualified_paths) -- cgit v1.2.3