changeset 12:7c6f02865bf6

$Rev$ substitution hopefully works
author Oleg Oshmyan <chortos@inbox.lv>
date Sat, 13 Mar 2010 00:00:07 +0000
parents 231e3317477d
children a2c9f7cfa174
files test-svn.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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')