From: Antoine Pitrou Date: Thu, 1 Apr 2010 17:56:57 +0000 (+0000) Subject: Issue #8281: rename test_gdb_sample.py to gdb_sample.py, otherwise it gets picked X-Git-Tag: v2.7b1~161 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5023df3d6d46c7a220eb1db0c2db8cbe8a881fc;p=thirdparty%2FPython%2Fcpython.git Issue #8281: rename test_gdb_sample.py to gdb_sample.py, otherwise it gets picked as a regular test by regrtest.py, and fails. --- diff --git a/Lib/test/test_gdb_sample.py b/Lib/test/gdb_sample.py similarity index 100% rename from Lib/test/test_gdb_sample.py rename to Lib/test/gdb_sample.py