Code

- under the heading of "questionable whether it's a fix or not"
[roundup.git] / run_tests
index 032b7c96cfaeaf617d0189e7f46be88a580d127a..0f0445c37a7f78d34c72dd28e42a0a677d288e32 100755 (executable)
--- a/run_tests
+++ b/run_tests
@@ -9,7 +9,7 @@
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
-# $Id: run_tests,v 1.4 2002-02-14 23:38:12 richard Exp $
+# $Id: run_tests,v 1.9 2003-04-17 06:51:44 richard Exp $
 
 from test import go
 import sys
@@ -18,19 +18,4 @@ if len(sys.argv) > 1:
 else:
     go()
 
-#
-# $Log: not supported by cvs2svn $
-# Revision 1.3  2002/01/23 20:09:41  jhermann
-# Proper fix for failing test
-#
-# Revision 1.2  2002/01/23 11:08:52  grubert
-#  . run_tests testReldate_date failed if LANG is 'german'
-#
-# Revision 1.1  2002/01/23 05:53:46  richard
-# convenience script for running the unit tests...
-# ... they are no longer run in the setup, since they take too long
-#
-#
-#
-#
 # vim: set filetype=python ts=4 sw=4 et si