Is it possible to change the log output to print command/script output in a single section, instead of seperating each new line of the command output into Debug/Info line ?
For example, this Step Log:
13:24:15,267 [master>Testing stage>EQS_UnitTest?TestParameters=15s+PLATFORM(CAMMINI_EXT)+SENSOR(MT9J001)+TCF_TAB(1of2)&TestType=UnitTest>Create Test Attribute XML file@ZML-DSC-QA48:8811] INFO - Running step...
13:24:19,859 [master>Testing stage>EQS_UnitTest?TestParameters=15s+PLATFORM(CAMMINI_EXT)+SENSOR(MT9J001)+TCF_TAB(1of2)&TestType=UnitTest>Create Test Attribute XML file@ZML-DSC-QA48:8811] INFO - Started: Wed, 06 Mar 2013 11:24:15 +0000
13:24:19,859 [master>Testing stage>EQS_UnitTest?TestParameters=15s+PLATFORM(CAMMINI_EXT)+SENSOR(MT9J001)+TCF_TAB(1of2)&TestType=UnitTest>Create Test Attribute XML file@ZML-DSC-QA48:8811] INFO -
13:24:19,859 [master>Testing stage>EQS_UnitTest?TestParameters=15s+PLATFORM(CAMMINI_EXT)+SENSOR(MT9J001)+TCF_TAB(1of2)&TestType=UnitTest>Create Test Attribute XML file@ZML-DSC-QA48:8811] INFO - UnitTest checker...
13:24:19,859 [master>Testing stage>EQS_UnitTest?TestParameters=15s+PLATFORM(CAMMINI_EXT)+SENSOR(MT9J001)+TCF_TAB(1of2)&TestType=UnitTest>Create Test Attribute XML file@ZML-DSC-QA48:8811] INFO - Error: Failed because of 'TEST_EXECUTION_MODE' attribute not defined in following unit tests
13:24:19,859 [master>Testing stage>EQS_UnitTest?TestParameters=15s+PLATFORM(CAMMINI_EXT)+SENSOR(MT9J001)+TCF_TAB(1of2)&TestType=UnitTest>Create Test Attribute XML file@ZML-DSC-QA48:8811] INFO -
13:24:19,859 [master>Testing stage>EQS_UnitTest?TestParameters=15s+PLATFORM(CAMMINI_EXT)+SENSOR(MT9J001)+TCF_TAB(1of2)&TestType=UnitTest>Create Test Attribute XML file@ZML-DSC-QA48:8811] INFO - --DisplayTestGroup
13:24:19,859 [master>Testing stage>EQS_UnitTest?TestParameters=15s+PLATFORM(CAMMINI_EXT)+SENSOR(MT9J001)+TCF_TAB(1of2)&TestType=UnitTest>Create Test Attribute XML file@ZML-DSC-QA48:8811] INFO - |-- Osd2Palette8Bit
13:24:19,859 [master>Testing stage>EQS_UnitTest?TestParameters=15s+PLATFORM(CAMMINI_EXT)+SENSOR(MT9J001)+TCF_TAB(1of2)&TestType=UnitTest>Create Test Attribute XML file@ZML-DSC-QA48:8811] INFO -
13:24:19,859 [master>Testing stage>EQS_UnitTest?TestParameters=15s+PLATFORM(CAMMINI_EXT)+SENSOR(MT9J001)+TCF_TAB(1of2)&TestType=UnitTest>Create Test Attribute XML file@ZML-DSC-QA48:8811] INFO - Found 1 illegal test(s):
13:24:19,859 [master>Testing stage>EQS_UnitTest?TestParameters=15s+PLATFORM(CAMMINI_EXT)+SENSOR(MT9J001)+TCF_TAB(1of2)&TestType=UnitTest>Create Test Attribute XML file@ZML-DSC-QA48:8811] INFO - UnitTest Checker ended
13:24:19,859 [master>Testing stage>EQS_UnitTest?TestParameters=15s+PLATFORM(CAMMINI_EXT)+SENSOR(MT9J001)+TCF_TAB(1of2)&TestType=UnitTest>Create Test Attribute XML file@ZML-DSC-QA48:8811] INFO -
13:24:19,859 [master>Testing stage>EQS_UnitTest?TestParameters=15s+PLATFORM(CAMMINI_EXT)+SENSOR(MT9J001)+TCF_TAB(1of2)&TestType=UnitTest>Create Test Attribute XML file@ZML-DSC-QA48:8811] INFO - Ended: Wed, 06 Mar 2013 11:24:19 +0000
Could have been more readble if it was printed this way:
13:24:15,267 [master>Testing stage>EQS_UnitTest?TestParameters=15s+PLATFORM(CAMMINI_EXT)+SENSOR(MT9J001)+TCF_TAB(1of2)&TestType=UnitTest>Create Test Attribute XML file@ZML-DSC-QA48:8811] INFO - Running step...
Started: Wed, 06 Mar 2013 11:24:15 +0000
UnitTest checker...
Error: Failed because of 'TEST_EXECUTION_MODE' attribute not defined in following unit tests
--DisplayTestGroup
|-- Osd2Palette8Bit
Found 1 illegal test(s):
UnitTest Checker ended
Ended: Wed, 06 Mar 2013 11:24:19 +0000
Thanks!
Noam.