Skip to content

Commit

Permalink
qa: fix permission denied error in bpf test 1900
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Sep 5, 2023
1 parent 50b595f commit a15eb6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qa/1900
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ trap "_pmdabpf_cleanup; exit \$status" 0 1 2 3 15

_filter_logs()
{
tee -a $seq.full \
# need sudo here because of _run_valgrind --sudo
$sudo tee -a $seq.full \
| sed \
-e '/ Debug: /d' \
-e '/ Info: /d' \
Expand Down

0 comments on commit a15eb6b

Please sign in to comment.