Mercurial > p > roundup > code
comparison run_tests @ 750:d7fe849a7bac
oops
| author | Roche Compaan <rochecompaan@users.sourceforge.net> |
|---|---|
| date | Sat, 25 May 2002 07:24:29 +0000 |
| parents | 51c425129b35 |
| children | 938edfdeac6e |
comparison
equal
deleted
inserted
replaced
| 749:51c425129b35 | 750:d7fe849a7bac |
|---|---|
| 1 #! /usr/bin/env python2.2 | 1 #! /usr/bin/env python |
| 2 # | 2 # |
| 3 # Copyright (c) 2001 Richard Jones | 3 # Copyright (c) 2001 Richard Jones |
| 4 # This module is free software, and you may redistribute it and/or modify | 4 # This module is free software, and you may redistribute it and/or modify |
| 5 # under the same terms as Python, so long as this copyright message and | 5 # under the same terms as Python, so long as this copyright message and |
| 6 # disclaimer are retained in their original form. | 6 # disclaimer are retained in their original form. |
| 7 # | 7 # |
| 8 # This module is distributed in the hope that it will be useful, | 8 # This module is distributed in the hope that it will be useful, |
| 9 # but WITHOUT ANY WARRANTY; without even the implied warranty of | 9 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | 10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
| 11 # | 11 # |
| 12 # $Id: run_tests,v 1.5 2002-05-25 07:16:23 rochecompaan Exp $ | 12 # $Id: run_tests,v 1.6 2002-05-25 07:24:29 rochecompaan Exp $ |
| 13 | 13 |
| 14 from test import go | 14 from test import go |
| 15 import sys | 15 import sys |
| 16 if len(sys.argv) > 1: | 16 if len(sys.argv) > 1: |
| 17 go(sys.argv[1:]) | 17 go(sys.argv[1:]) |
