Skip to content

Commit 15bf2f9

Browse files
committed
Log Post Processing Improvement for FastRPC Tests
Signed-off-by: Abhishek Bajaj <abbajaj@qti.qualcomm.com>
1 parent 33c2e0c commit 15bf2f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Runner/suites/Multimedia/CDSP/fastrpc_test

Runner/suites/Multimedia/CDSP/fastrpc_test/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ log_soc_info
194194
if [ -n "$BIN_DIR" ]; then
195195
:
196196
else
197-
BIN_DIR="/usr/local/bin"
197+
BIN_DIR="/usr/bin"
198198
fi
199199

200200
case "$BIN_DIR" in
@@ -394,7 +394,7 @@ while [ "$i" -le "$REPEAT" ]; do
394394
log_dsp_remoteproc_status
395395
fi
396396

397-
if grep -q "All tests completed successfully" "$iter_log"; then
397+
if [ -r "$iter_log" ] && grep -F -q -e "All tests completed successfully" -e "All applicable tests PASSED" "$iter_log"; then
398398
PASS_COUNT=$((PASS_COUNT+1))
399399
log_pass "$iter_tag: success"
400400
else

0 commit comments

Comments
 (0)