TestEGk : Piccole migliorie.
This commit is contained in:
+2
-2
@@ -52,10 +52,10 @@ TegExecutor::Execute( const string& sCmd1, const string& sCmd2, const STRVECTOR&
|
||||
|
||||
|
||||
// output di debug
|
||||
sOut = "Cmd = [" + sCmd1 + "/" + sCmd2 + "] Par = [" ;
|
||||
sOut = "Cmd = [" + sCmd1 + "][" + sCmd2 + "] Par = [" ;
|
||||
for ( theConstIter = vsParams.begin() ; theConstIter != vsParams.end() ; ++theConstIter) {
|
||||
if ( theConstIter != vsParams.begin())
|
||||
sOut += "/" ;
|
||||
sOut += "][" ;
|
||||
sOut += *theConstIter ;
|
||||
}
|
||||
sOut += "]" ;
|
||||
|
||||
Reference in New Issue
Block a user