Skip to content

Commit a15eb6b

Browse files
committed
qa: fix permission denied error in bpf test 1900
1 parent 50b595f commit a15eb6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qa/1900

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ trap "_pmdabpf_cleanup; exit \$status" 0 1 2 3 15
3737

3838
_filter_logs()
3939
{
40-
tee -a $seq.full \
40+
# need sudo here because of _run_valgrind --sudo
41+
$sudo tee -a $seq.full \
4142
| sed \
4243
-e '/ Debug: /d' \
4344
-e '/ Info: /d' \

0 commit comments

Comments
 (0)