Update of /cvsroot/compbench/CompBenchmarks++
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv25331
Modified Files:
cloptions.cpp
Log Message:
Fixes on -m [-I|-U] handling.
Index: cloptions.cpp
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/cloptions.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** cloptions.cpp 7 Feb 2007 17:36:58 -0000 1.20
--- cloptions.cpp 15 Feb 2007 19:09:20 -0000 1.21
***************
*** 624,629 ****
--- 624,631 ----
std::cerr << "action not specified." << std::endl;
std::cerr << "Valid options are -I and -U." << std::endl;
+ parseExitValue=255;
break;
}
+ break;
case DomainLowLevel:
if (filter.host) {
|