1
0

removing proxy setup from test script

This commit is contained in:
Jason L Hannan 2019-10-09 10:50:39 -07:00
parent 94af6dd6cb
commit e11d55e706

View File

@ -10,10 +10,6 @@ fi
export $(grep -v '^#' SOLUTION | ${CMD} -d '\n') export $(grep -v '^#' SOLUTION | ${CMD} -d '\n')
export $(grep -v '^#' MANIFEST | ${CMD} -d '\n') export $(grep -v '^#' MANIFEST | ${CMD} -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 mkdir $(pwd)/media
wget -O $(pwd)/media/AUD_MW_E.264 \ wget -O $(pwd)/media/AUD_MW_E.264 \
https://fate-suite.libav.org/h264-conformance/AUD_MW_E.264 https://fate-suite.libav.org/h264-conformance/AUD_MW_E.264