From e81528649236ec9fb5983191767a96dc30acff54 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 8 Dec 2022 08:55:54 -0500 Subject: 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 Tested-by: Mike Frysinger --- run_tests | 1 - 1 file changed, 1 deletion(-) (limited to 'run_tests') diff --git a/run_tests b/run_tests index 7c9ff41d..573dd446 100755 --- a/run_tests +++ b/run_tests @@ -20,7 +20,6 @@ import os import shutil import subprocess import sys -import repo_trace def find_pytest(): -- cgit v1.2.3-54-g00ecf