From: Cherry G. M. <che...@us...> - 2006-09-18 17:16:40
|
Update of /cvsroot/specvmm/TETROOT/specvmm In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv30437/specvmm Modified Files: tetexec.cfg Log Message: TET_CAPTURE_OUTPUT=False XXX: Setting this to trueseems to screw up concurrency, and the test fails. I am running out of time to debug tet. Crude "fix" for now. Index: tetexec.cfg =================================================================== RCS file: /cvsroot/specvmm/TETROOT/specvmm/tetexec.cfg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tetexec.cfg 17 Sep 2006 14:12:16 -0000 1.2 --- tetexec.cfg 18 Sep 2006 17:16:34 -0000 1.3 *************** *** 11,14 **** # of True for TET_API_COMPLIANT ! TET_OUTPUT_CAPTURE=True --- 11,14 ---- # of True for TET_API_COMPLIANT ! TET_OUTPUT_CAPTURE=False |