Skip to content

Commit e246aed

Browse files
committed
Fix: Remove non-POSIX-compliant exec tee line (SC3001 warning)"
Signed-off-by: Sai-teja573 <[email protected]>
1 parent 5f488f2 commit e246aed

File tree

3 files changed

+1
-7
lines changed
  • Runner/suites/Kernel/FunctionalArea/baseport

3 files changed

+1
-7
lines changed

Runner/suites/Kernel/FunctionalArea/baseport/adsp_remoteproc/run.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ firmware_name="adsp"
3333
res_file="./$TESTNAME.res"
3434
LOG_FILE="./$TESTNAME.log"
3535

36-
exec > >(tee -a "$LOG_FILE") 2>&1
37-
3836
test_path=$(find_test_case_by_name "$TESTNAME")
3937
cd "$test_path" || exit 1
4038

Runner/suites/Kernel/FunctionalArea/baseport/cdsp_remoteproc/run.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ TESTNAME="cdsp_remoteproc"
3232
firmware_name="cdsp"
3333
res_file="./$TESTNAME.res"
3434
LOG_FILE="./$TESTNAME.log"
35-
36-
exec > >(tee -a "$LOG_FILE") 2>&1
37-
35+
3836
test_path=$(find_test_case_by_name "$TESTNAME")
3937
cd "$test_path" || exit 1
4038

Runner/suites/Kernel/FunctionalArea/baseport/wpss_remoteproc/run.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ firmware_name="wpss"
3333
res_file="./$TESTNAME.res"
3434
LOG_FILE="./$TESTNAME.log"
3535

36-
exec > >(tee -a "$LOG_FILE") 2>&1
37-
3836
test_path=$(find_test_case_by_name "$TESTNAME")
3937
cd "$test_path" || exit 1
4038

0 commit comments

Comments
 (0)