TestEGk : Piccole migliorie.

This commit is contained in:
Dario Sassi
2014-01-02 07:55:53 +00:00
parent 1cfae710b6
commit 8a02da2b07
+2 -2
View File
@@ -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 += "]" ;