We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c65e71 commit 55c3fb9Copy full SHA for 55c3fb9
1 file changed
test-case/test-jack-detection-dsp-d3.sh
@@ -168,24 +168,13 @@ main()
168
start_test
169
170
dlogi "Checking usbrelay availability..."
171
-<<<<<<< HEAD
172
- if ! command -v usbrelay > /dev/null; then
173
- # If usbrelay package is not installed
174
- skip_test "usbrelay command not found."
175
- fi
176
-
177
- if ! usbrelay_switch --debug > /dev/null; then
178
- skip_test "Failed to get usbrelay status."
179
180
-=======
181
command -v usbrelay || {
182
# If usbrelay package is not installed
183
skip_test "usbrelay command not found."
184
}
185
usbrelay_switch --debug || {
186
skip_test "Failed to get usbrelay status."
187
188
->>>>>>> 628f54d (Fix skippng)
189
190
dlogi "Reset USB Relay - plug jack audio."
191
usbrelay_switch "$relay" 0
0 commit comments