[ctypes-commit] ctypes test-cf.py,1.6.2.2,1.6.2.3
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2006-04-13 13:11:28
|
Update of /cvsroot/ctypes/ctypes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6604 Modified Files: Tag: LoadLibrary_branch test-cf.py Log Message: Silent build, verbose test. Index: test-cf.py =================================================================== RCS file: /cvsroot/ctypes/ctypes/test-cf.py,v retrieving revision 1.6.2.2 retrieving revision 1.6.2.3 diff -C2 -d -r1.6.2.2 -r1.6.2.3 *** test-cf.py 13 Apr 2006 12:03:12 -0000 1.6.2.2 --- test-cf.py 13 Apr 2006 13:11:09 -0000 1.6.2.3 *************** *** 55,61 **** args = " ".join(sys.argv[1:]) else: ! args = "test" ! cmd = "cd $HOME/ctypes; %s setup.py %s" % (python, args) print cmd if (hostname, python) in hostinfo: --- 55,61 ---- args = " ".join(sys.argv[1:]) else: ! args = "test -v" ! cmd = "cd $HOME/ctypes; %s setup.py -q build %s" % (python, args) print cmd if (hostname, python) in hostinfo: |