From: <fwi...@us...> - 2008-07-14 19:26:04
|
Revision: 4932 http://jython.svn.sourceforge.net/jython/?rev=4932&view=rev Author: fwierzbicki Date: 2008-07-14 12:25:59 -0700 (Mon, 14 Jul 2008) Log Message: ----------- unbreak --memo again :) Modified Paths: -------------- branches/asm/Lib/test/regrtest.py Modified: branches/asm/Lib/test/regrtest.py =================================================================== --- branches/asm/Lib/test/regrtest.py 2008-07-14 19:25:31 UTC (rev 4931) +++ branches/asm/Lib/test/regrtest.py 2008-07-14 19:25:59 UTC (rev 4932) @@ -209,7 +209,7 @@ test_support.record_original_stdout(sys.stdout) try: - opts, args = getopt.getopt(sys.argv[1:], 'hvgqxsrf:lu:t:TD:NLR:wM:emj:', + opts, args = getopt.getopt(sys.argv[1:], 'hvgqxsrf:lu:t:TD:NLR:wM:em:j:', ['help', 'verbose', 'quiet', 'generate', 'exclude', 'single', 'random', 'fromfile', 'findleaks', 'use=', 'threshold=', 'trace', This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |