We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33c2e0c + 15bf2f9 commit effc51aCopy full SHA for effc51a
1 file changed
Runner/suites/Multimedia/CDSP/fastrpc_test/run.sh
@@ -194,7 +194,7 @@ log_soc_info
194
if [ -n "$BIN_DIR" ]; then
195
:
196
else
197
- BIN_DIR="/usr/local/bin"
+ BIN_DIR="/usr/bin"
198
fi
199
200
case "$BIN_DIR" in
@@ -394,7 +394,7 @@ while [ "$i" -le "$REPEAT" ]; do
394
log_dsp_remoteproc_status
395
396
397
- if grep -q "All tests completed successfully" "$iter_log"; then
+ if [ -r "$iter_log" ] && grep -F -q -e "All tests completed successfully" -e "All applicable tests PASSED" "$iter_log"; then
398
PASS_COUNT=$((PASS_COUNT+1))
399
log_pass "$iter_tag: success"
400
0 commit comments