Skip to content

Commit 3a03dc9

Browse files
committed
test-case: check-sof-logger: rename ouput file
The web cannot identify '*.log' file change output files from *.log to *.txt Signed-off-by: Iris Wu <xiaoyun.wu@intel.com>
1 parent 325e572 commit 3a03dc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-case/check-sof-logger.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ ldcFile=$(find_ldc_file) || die ".ldc file not found!"
5353

5454
dlogi "Found file: $(md5sum "$ldcFile"|awk '{print $2, $1;}')"
5555

56-
data_file=$LOG_ROOT/logger.data.log
57-
error_file=$LOG_ROOT/logger.error.log
56+
data_file=$LOG_ROOT/logger.data.txt
57+
error_file=$LOG_ROOT/logger.error.txt
5858

5959
func_lib_check_sudo
6060

0 commit comments

Comments
 (0)