From 48e06cb85d8664f601ef30c8f56b661a72246e84 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 3 Sep 2011 21:06:56 -0400 Subject: Change the name of the C tracer from Tracer to CTracer, as it always should have been. --- test/farm/run/run_timid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/farm/run/run_timid.py b/test/farm/run/run_timid.py index 19651a1c..b4f5134f 100644 --- a/test/farm/run/run_timid.py +++ b/test/farm/run/run_timid.py @@ -21,7 +21,7 @@ contains("out/showtraceout.txt", "timid PyTracer") if os.environ.get('COVERAGE_TEST_TRACER', 'c') == 'c': # If the C trace function is being tested, then regular running should have # the C function, which registers itself as f_trace. - contains("out/showtraceout.txt", "regular Tracer") + contains("out/showtraceout.txt", "regular CTracer") else: # If the Python trace function is being tested, then regular running will # also show the Python function. -- cgit v1.2.1