From a30b7bd35b108a9dce12c4a6d2df773bb983988a Mon Sep 17 00:00:00 2001 From: Josip Sokcevic Date: Tue, 17 Mar 2020 16:01:24 +0000 Subject: [PATCH] Move subcommand_test to py3 Change-Id: Iabc6ceb75da8a71f089c8fd89c94890f7b3f428e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2106513 Commit-Queue: Josip Sokcevic Reviewed-by: Edward Lesmes --- tests/subcommand_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 tests/subcommand_test.py diff --git a/tests/subcommand_test.py b/tests/subcommand_test.py old mode 100644 new mode 100755 index a4f804713..06faf6eb5 --- a/tests/subcommand_test.py +++ b/tests/subcommand_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/env vpython +#!/usr/bin/env vpython3 # Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file.