[Modsnake-cvs] (jick) mod_snake/testsuite run_tests.py
Status: Alpha
Brought to you by:
jick
From: Mod S. C. L. <mod...@so...> - 2002-01-10 18:51:37
|
Mod Snake CVS committal Author : jick Project : mod_snake Module : testsuite Dir : mod_snake/testsuite Modified Files: run_tests.py Log Message: Disable mod_echo, since there is no input filtering, and the connection is not directly accessable by the module. =================================================================== RCS file: /cvsroot/modsnake/mod_snake/testsuite/run_tests.py,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- run_tests.py 2001/01/31 02:36:25 1.6 +++ run_tests.py 2002/01/10 18:50:15 1.7 @@ -18,6 +18,10 @@ print 'Skipped (2.0 only)' continue + if mod.compat == 'disabled': + print 'Disabled' + continue + try: for i in range(10): mod.test() |