diff --git a/scripts/test.sh b/scripts/test.sh index f9f50ec..8eb28e9 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -5,11 +5,16 @@ export $(grep -v '^#' SOLUTION | xargs -d '\n') export $(grep -v '^#' MANIFEST | xargs -d '\n') +export http_proxy=http://proxy-chain.intel.com:911 +export https_proxy=http://proxy-chain.intel.com:912 +export no_proxy=*.intel.com + mkdir $(pwd)/media wget -O $(pwd)/media/AUD_MW_E.264 \ https://fate-suite.libav.org/h264-conformance/AUD_MW_E.264 docker run \ --rm \ + -a STDOUT \ --device=/dev/dri \ -e QSV_DEVICE=${QSV_DEVICE:-/dev/dri/renderD128} \ --volume $(pwd)/media:/media \