From 76b49d521c3fd03bc74a2ba00dcc08c6d42c9c8c Mon Sep 17 00:00:00 2001 From: Corentin Wallez Date: Tue, 12 Apr 2022 16:10:41 +0000 Subject: [PATCH] Make WebGPU CTS scripts use Python3 Bug: None Change-Id: I3286b7cef7473106c916f8d7c9bf3a3609dc44c6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86534 Reviewed-by: Ben Clayton Reviewed-by: Corentin Wallez Commit-Queue: Corentin Wallez Kokoro: Kokoro --- webgpu-cts/scripts/compile_src.py | 2 +- webgpu-cts/scripts/gen_ts_dep_lists.py | 2 +- webgpu-cts/scripts/list.py | 2 +- webgpu-cts/scripts/tsc_ignore_errors.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/webgpu-cts/scripts/compile_src.py b/webgpu-cts/scripts/compile_src.py index b08c0a74f6..91c0eb4325 100755 --- a/webgpu-cts/scripts/compile_src.py +++ b/webgpu-cts/scripts/compile_src.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright 2022 The Dawn Authors # diff --git a/webgpu-cts/scripts/gen_ts_dep_lists.py b/webgpu-cts/scripts/gen_ts_dep_lists.py index 5862ab28e7..3ef1f2a41f 100755 --- a/webgpu-cts/scripts/gen_ts_dep_lists.py +++ b/webgpu-cts/scripts/gen_ts_dep_lists.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright 2022 The Dawn Authors # diff --git a/webgpu-cts/scripts/list.py b/webgpu-cts/scripts/list.py index d63beb4655..70d278ac99 100755 --- a/webgpu-cts/scripts/list.py +++ b/webgpu-cts/scripts/list.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright 2022 The Dawn Authors # diff --git a/webgpu-cts/scripts/tsc_ignore_errors.py b/webgpu-cts/scripts/tsc_ignore_errors.py index 14b8455142..be7feb5083 100755 --- a/webgpu-cts/scripts/tsc_ignore_errors.py +++ b/webgpu-cts/scripts/tsc_ignore_errors.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright 2022 The Dawn Authors #