Tool/software: Code Composer Studio
Hello,
I have some automated test scripts that were written in gel using GEL_system function. I am able to run the test inside of Code Composer 4.10 (which is very older version) via the GEL Files window. The test script executes and i see the data is logging in to GEL Window(Refer below snapshot), but the DOS commands passed in to "GEL_System" are not executing. Need help to resolve this issue.
For Example Test script is having below mentioned Commands:
GEL_System("if exist output.txt del output.txt");
GEL_System("echo -------------------------------------------- >>output.txt");
GEL_System("echo Test Case ID : XXXXX >>output.txt");
GEL_System("echo -------------------------------------------- >>output.txt");
Issue: While test script is executing it is observed that data is logging in to GEL Windows, but data is not redirecting to output.txt .
( output.txt is generating with zero bytes)
Thanks & Regards,
Subramanyam Venna.
