[Compbench-devel] CompBenchmarks++/libcompbenchmarks/System System-Unix.cpp, 1.5, 1.6
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-06-07 16:18:52
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/System In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv374 Modified Files: System-Unix.cpp Log Message: Verbosity (of displayed XML messages) can be changed by command line option. Index: System-Unix.cpp =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/System/System-Unix.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** System-Unix.cpp 6 Jun 2007 15:59:31 -0000 1.5 --- System-Unix.cpp 7 Jun 2007 16:18:49 -0000 1.6 *************** *** 46,52 **** cmd+=to; ! if (! UO_verbose) { ! cmd+=" 2> /dev/null"; ! } return(exec(cmd, sstdout)); --- 46,50 ---- cmd+=to; ! cmd+=" 2> /dev/null"; return(exec(cmd, sstdout)); |