[ctypes-commit] ctypes test-cf.py,1.7,1.8
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2006-04-13 18:37:44
|
Update of /cvsroot/ctypes/ctypes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26407 Modified Files: test-cf.py Log Message: Index: test-cf.py =================================================================== RCS file: /cvsroot/ctypes/ctypes/test-cf.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** test-cf.py 13 Apr 2006 18:08:19 -0000 1.7 --- test-cf.py 13 Apr 2006 18:37:40 -0000 1.8 *************** *** 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: |