Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
check-suspend-resume-with-audio.sh: Shellcheck pgrep fixes.
Replaced ps -ef | grep lines with pgrep. Rewrote conditional of a sof-process-state.sh line (that was basically broken). The script had 'set -e' so the command would fail and exit the script. This prevented the follow-up lines, which were checking exit status ($?), from ever being run if the command failed. Removed unused variable assignment pcm). Signed-off-by: Greg Galloway <greg.galloway@intel.com>
- Loading branch information