# HG changeset patch # User Oleg Oshmyan # Date 1268438407 0 # Node ID 7c6f02865bf63102fd2351ab493b470bb665622f # Parent 231e3317477df3648b5f2a8bac7882098128ef88 $Rev$ substitution hopefully works diff -r 231e3317477d -r 7c6f02865bf6 test-svn.py --- a/test-svn.py Fri Mar 12 23:59:26 2010 +0000 +++ b/test-svn.py Sat Mar 13 00:00:07 2010 +0000 @@ -3,7 +3,7 @@ import os, sys, shutil, time, subprocess, filecmp, optparse, signal, tempfile, tarfile, zipfile -# $Rev: 11$ +# $Rev$ version = '1.21.0 (SVN r$$REV$$)' parser = optparse.OptionParser(version='test.py '+version, usage='usage: %prog [options] [problem names] [[path' + os.path.sep + 'to' + os.path.sep + ']solution-app] [test case numbers]\n\nTest case numbers can be specified in plain text or as a Python expression\nif there is only one positional argument.\n\nOnly problem names listed in testconf.py are recognized.') parser.add_option('-u', '--update', dest='update', action='store_true', default=False, help='check for an updated version of test.py')