Skip to content

Commit 8d21287

Browse files
committed
added changes as per review
Signed-off-by: Vamsee Narapareddi <[email protected]>
1 parent a2e1c1f commit 8d21287

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Runner/utils/result_parse.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
44
# SPDX-License-Identifier: BSD-3-Clause-Clear
5+
echo "Current working directory is $PWD"
6+
57
find . -type f -name "*.res" 2>/dev/null | while IFS= read res_file; do
68
echo "$res_file"
79
if [ -f "$res_file" ]; then

0 commit comments

Comments
 (0)