From a6c52f566acfbff5b0f37158c0d33adf05d250e5 Mon Sep 17 00:00:00 2001 From: Joanna Wang Date: Thu, 3 Nov 2022 16:51:19 -0400 Subject: Set tracing to always on and save to .repo/TRACE_FILE. - add `--trace_to_stderr` option so stderr will include trace outputs and any other errors that get sent to stderr - while TRACE_FILE will only include trace outputs piggy-backing on: https://gerrit-review.googlesource.com/c/git-repo/+/349154 Change-Id: I3895a84de4b2784f17fac4325521cd5e72e645e2 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/350114 Reviewed-by: LaMont Jones Tested-by: Joanna Wang --- run_tests | 1 + 1 file changed, 1 insertion(+) (limited to 'run_tests') diff --git a/run_tests b/run_tests index 573dd446..7c9ff41d 100755 --- a/run_tests +++ b/run_tests @@ -20,6 +20,7 @@ import os import shutil import subprocess import sys +import repo_trace def find_pytest(): -- cgit v1.2.3-54-g00ecf