diff options
author | 2021-04-27 19:30:41 +0100 | |
---|---|---|
committer | 2021-04-28 07:40:56 +0000 | |
commit | 854725b10087bfe86b5a794093e88786ff7b9f28 (patch) | |
tree | 2cc6b19641c21c2703438e1fe77ea914049fffd6 /tools/run-libcore-tests.py | |
parent | baf563dc6f17075583cc5dbffcf9a27e28d5ed17 (diff) |
run-libcore-tests.py: Fix hash-bang to work on LUCI bots.
Change-Id: I66e3a4715e9940c2c67f24065dde5db83120e27c
Diffstat (limited to 'tools/run-libcore-tests.py')
-rwxr-xr-x | tools/run-libcore-tests.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/run-libcore-tests.py b/tools/run-libcore-tests.py index ebcf7d31a8..e6fbc590ce 100755 --- a/tools/run-libcore-tests.py +++ b/tools/run-libcore-tests.py @@ -1,4 +1,8 @@ -#!/bin/python3 +#!/usr/bin/env python3 +# +# [VPYTHON:BEGIN] +# python_version: "3.8" +# [VPYTHON:END] # # Copyright (C) 2021 The Android Open Source Project # |