commit | 854725b10087bfe86b5a794093e88786ff7b9f28 | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Tue Apr 27 19:30:41 2021 +0100 |
committer | David Srbecky <dsrbecky@google.com> | Wed Apr 28 07:40:56 2021 +0000 |
tree | 2cc6b19641c21c2703438e1fe77ea914049fffd6 | |
parent | baf563dc6f17075583cc5dbffcf9a27e28d5ed17 [diff] [blame] |
run-libcore-tests.py: Fix hash-bang to work on LUCI bots. Change-Id: I66e3a4715e9940c2c67f24065dde5db83120e27c
diff --git a/tools/run-libcore-tests.py b/tools/run-libcore-tests.py index ebcf7d3..e6fbc59 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 #