File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed
Runner/suites/Kernel/FunctionalArea/baseport Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,6 @@ firmware_name="adsp"
3333res_file=" ./$TESTNAME .res"
3434LOG_FILE=" ./$TESTNAME .log"
3535
36- exec > >( tee -a " $LOG_FILE " ) 2>&1
37-
3836test_path=$( find_test_case_by_name " $TESTNAME " )
3937cd " $test_path " || exit 1
4038
Original file line number Diff line number Diff line change @@ -32,9 +32,7 @@ TESTNAME="cdsp_remoteproc"
3232firmware_name=" cdsp"
3333res_file=" ./$TESTNAME .res"
3434LOG_FILE=" ./$TESTNAME .log"
35-
36- exec > >( tee -a " $LOG_FILE " ) 2>&1
37-
35+
3836test_path=$( find_test_case_by_name " $TESTNAME " )
3937cd " $test_path " || exit 1
4038
Original file line number Diff line number Diff line change @@ -33,8 +33,6 @@ firmware_name="wpss"
3333res_file=" ./$TESTNAME .res"
3434LOG_FILE=" ./$TESTNAME .log"
3535
36- exec > >( tee -a " $LOG_FILE " ) 2>&1
37-
3836test_path=$( find_test_case_by_name " $TESTNAME " )
3937cd " $test_path " || exit 1
4038
You can’t perform that action at this time.
0 commit comments