[pywin32-checkins] pywin32/com/win32com/test testmakepy.py,1.4,1.5
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2005-04-12 06:17:11
|
Update of /cvsroot/pywin32/pywin32/com/win32com/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20034/com/win32com/test Modified Files: testmakepy.py Log Message: Allow '-q' on the command line to prevent progress messages. Index: testmakepy.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com/test/testmakepy.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** testmakepy.py 25 Jan 2005 10:52:41 -0000 1.4 --- testmakepy.py 12 Apr 2005 06:17:02 -0000 1.5 *************** *** 52,54 **** if __name__=='__main__': ! TestAll(1) --- 52,54 ---- if __name__=='__main__': ! TestAll("-q" not in sys.argv) |