mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-08 21:17:45 +00:00
Fix verify action by rerun gen_ts_dep_list.py
Change-Id: I11cdb607ca94a1c88c1e579779afb92116d12e29 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/87303 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Shrek Shao <shrekshao@google.com>
This commit is contained in:
@@ -68,12 +68,12 @@ if __name__ == '__main__':
|
||||
txt = f.readlines()
|
||||
if (txt != ts_sources):
|
||||
raise RuntimeError(
|
||||
'%s is out of date. Please re-run //third_party/dawn/third_party/webgpu-cts/scripts/gen_ts_dep_lists.py\n'
|
||||
'%s is out of date. Please re-run //third_party/dawn/webgpu-cts/scripts/gen_ts_dep_lists.py\n'
|
||||
% ts_sources_txt)
|
||||
with open(resource_files_txt, 'r') as f:
|
||||
if (f.readlines() != resource_files):
|
||||
raise RuntimeError(
|
||||
'%s is out of date. Please re-run //third_party/dawn/third_party/webgpu-cts/scripts/gen_ts_dep_lists.py\n'
|
||||
'%s is out of date. Please re-run //third_party/dawn/webgpu-cts/scripts/gen_ts_dep_lists.py\n'
|
||||
% resource_files_txt)
|
||||
else:
|
||||
with open(ts_sources_txt, 'w') as f:
|
||||
|
||||
Reference in New Issue
Block a user