[pygccxml-commit] SF.net SVN: pygccxml:[1454] pyplusplus_dev/unittests
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2008-11-25 18:52:49
|
Revision: 1454 http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1454&view=rev Author: roman_yakovenko Date: 2008-11-25 18:52:38 +0000 (Tue, 25 Nov 2008) Log Message: ----------- small changes to unit test process configuration Modified Paths: -------------- gccxml_bin/v09/linux2/share/gccxml-0.9/gccxml_config pyplusplus_dev/environment.py pyplusplus_dev/unittests/test_all.py Modified: gccxml_bin/v09/linux2/share/gccxml-0.9/gccxml_config =================================================================== --- gccxml_bin/v09/linux2/share/gccxml-0.9/gccxml_config 2008-11-24 20:22:35 UTC (rev 1453) +++ gccxml_bin/v09/linux2/share/gccxml-0.9/gccxml_config 2008-11-25 18:52:38 UTC (rev 1454) @@ -1,2 +1,2 @@ -GCCXML_COMPILER="/usr/bin/c++" +GCCXML_COMPILER="/usr/bin/g++-4.2" GCCXML_CXXFLAGS=" " Modified: pyplusplus_dev/environment.py =================================================================== --- pyplusplus_dev/environment.py 2008-11-24 20:22:35 UTC (rev 1453) +++ pyplusplus_dev/environment.py 2008-11-25 18:52:38 UTC (rev 1454) @@ -39,6 +39,8 @@ python.libs = 'e:/python25/libs' python.include = 'e:/python25/include' else: + os.nice( 20 ) + print 'test process niceness: 20' scons.suffix = '.so' scons.ccflags = ['-DBOOST_PYTHON_NO_PY_SIGNATURES' ] boost.libs = ['/home/roman/include/libs' ] Modified: pyplusplus_dev/unittests/test_all.py =================================================================== --- pyplusplus_dev/unittests/test_all.py 2008-11-24 20:22:35 UTC (rev 1453) +++ pyplusplus_dev/unittests/test_all.py 2008-11-25 18:52:38 UTC (rev 1454) @@ -312,7 +312,6 @@ if __name__ == "__main__": - os.nice( 20 ) runner = process_tester_runner_t( testers ) runner() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |