We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e1c1f commit 8d21287Copy full SHA for 8d21287
Runner/utils/result_parse.sh
@@ -2,6 +2,8 @@
2
3
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
4
# SPDX-License-Identifier: BSD-3-Clause-Clear
5
+echo "Current working directory is $PWD"
6
+
7
find . -type f -name "*.res" 2>/dev/null | while IFS= read res_file; do
8
echo "$res_file"
9
if [ -f "$res_file" ]; then
0 commit comments