summaryrefslogtreecommitdiffstats
path: root/run_tests
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2020-02-08 03:38:48 -0500
committerMike Frysinger <vapier@google.com>2020-02-09 04:02:45 +0000
commit1b117db767804856a310210c012fdd40addae66a (patch)
tree1985f9eb97fc95c7b486e6b91f60f4f7dc2d1fc3 /run_tests
parent563f1a651298eaa3616f92c3cd7b264fe5442379 (diff)
downloadgit-repo-1b117db767804856a310210c012fdd40addae66a.tar.gz
find python via env
This allows these scripts to run through the active version of the virtualenv python when invoked via tox. Change-Id: Ib52f475b7b20c34d62cfd179a1341da1a08a8b5c Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/253974 Reviewed-by: David Pursehouse <dpursehouse@collab.net> Tested-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'run_tests')
-rwxr-xr-xrun_tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests b/run_tests
index 1b35aded..d7144b3c 100755
--- a/run_tests
+++ b/run_tests
@@ -1,4 +1,4 @@
1#!/usr/bin/python 1#!/usr/bin/env python
2# -*- coding:utf-8 -*- 2# -*- coding:utf-8 -*-
3# Copyright 2019 The Android Open Source Project 3# Copyright 2019 The Android Open Source Project
4# 4#