summaryrefslogtreecommitdiffstats
path: root/run_tests
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2022-12-08 08:55:54 -0500
committerMike Frysinger <vapier@google.com>2022-12-08 22:22:39 +0000
commite81528649236ec9fb5983191767a96dc30acff54 (patch)
tree74b288fe316d673595a8eaf56e5270d4d41b224f /run_tests
parent0ab6b1168811586b62d8d1c26bad118b0a4b3807 (diff)
downloadgit-repo-e81528649236ec9fb5983191767a96dc30acff54.tar.gz
tests: clean up repo_trace._TRACE_FILE patching
Patch this automatically for all tests rather than duplicating the boilerplate in diff testcases. Change-Id: I391d5c859974cda3d5680d34ede2ce6e9e925838 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/354358 Reviewed-by: Joanna Wang <jojwang@google.com> Tested-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'run_tests')
-rwxr-xr-xrun_tests1
1 files changed, 0 insertions, 1 deletions
diff --git a/run_tests b/run_tests
index 7c9ff41d..573dd446 100755
--- a/run_tests
+++ b/run_tests
@@ -20,7 +20,6 @@ import os
20import shutil 20import shutil
21import subprocess 21import subprocess
22import sys 22import sys
23import repo_trace
24 23
25 24
26def find_pytest(): 25def find_pytest():