When running the wrapper outside of automation it would be nice to have the ability to see how much of the test has completed. This feature would not be needed all the time, so it would make sense to have it be optional and invoked by a command line flag such as ./coremark_pro_run --show-progress.
Then with each subtest that runs, the wrapper would print a line out to terminal. Ex:
./coremark_pro_run --show-progress
* Running cjpeg-rose7-preset ... complete
* Running core ...
When running the wrapper outside of automation it would be nice to have the ability to see how much of the test has completed. This feature would not be needed all the time, so it would make sense to have it be optional and invoked by a command line flag such as
./coremark_pro_run --show-progress.Then with each subtest that runs, the wrapper would print a line out to terminal. Ex: