Commit 6b5b4bf2 authored by Tom Finegan's avatar Tom Finegan
Browse files

test/vp8_multi_resolution_encoder.sh: Add missing devnull redirect.

Change-Id: Id60ae8178191e30603a5c8665793ace7eb9c8533
Showing with 1 addition and 1 deletion
......@@ -39,7 +39,7 @@ vp8_mre() {
return 1
fi
eval "${VPX_TEST_PREFIX}" "${encoder}" "$@"
eval "${VPX_TEST_PREFIX}" "${encoder}" "$@" ${devnull}
}
vp8_multi_resolution_encoder_three_formats() {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment