diff --git a/qa/1900 b/qa/1900 index 260d1179da..ba6ef40aca 100755 --- a/qa/1900 +++ b/qa/1900 @@ -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' \