On 09/19/2017 08:37 AM, Naresh Kamboju wrote: > Hi Shuah, > > My two cents, > The "cpupower" command is the pre-requirement of intel_pstate test case. > Would it be a good idea to check, cpupower is pre-installed inside run.sh? > If command not found exit gracefully. > > which cpupower > if [ $? -eq 1 ]; then > echo "cpupower: command not found" > echo "intel_pstate: [SKIP]" > exit 0 > fi > Yes, that is a mistake in the code. Can you send a patch? If not, let me know and I can put one together for you. P. -- To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html