commit | 3462ad8306fd59d6b5d31114a2317f8ab64fadd1 | [log] [tgz] |
---|---|---|
author | Anders Roxell <anders.roxell@linaro.org> | Sun Mar 16 03:30:16 2025 +0100 |
committer | nareshkamboju <naresh.kamboju@gmail.com> | Tue Mar 25 21:20:50 2025 +0530 |
tree | 53b33ead0b7c68c78b125eeaf00c5cb52df84299 | |
parent | aac60d98ed35b6630f6076aff2c747a1f4576566 [diff] |
automation: linux: pmqtest: fix indentation Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
diff --git a/automated/linux/pmqtest/pmqtest.sh b/automated/linux/pmqtest/pmqtest.sh index 57ecfba..d06bbb9 100755 --- a/automated/linux/pmqtest/pmqtest.sh +++ b/automated/linux/pmqtest/pmqtest.sh
@@ -19,7 +19,7 @@ while getopts ":D:w:" opt; do case "${opt}" in D) DURATION="${OPTARG}" ;; - w) BACKGROUND_CMD="${OPTARG}" ;; + w) BACKGROUND_CMD="${OPTARG}" ;; *) usage ;; esac done