Commit 9e87e06
committed
shellcheck: fix quoting and dead trailing log in Freq_Scaling
Update Runner/suites/Kernel/DCVS/Freq_Scaling/run.sh to:
- quote CPUFREQ_PATH when reading cpufreq sysfs files
- remove the unreachable trailing completion log after the final
PASS/FAIL exit path
This is a mechanical ShellCheck cleanup and does not change the intended
DCVS frequency scaling test flow.
Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>1 parent b97dad6 commit 9e87e06
1 file changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
| 71 | + | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
0 commit comments