X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Freport_gen%2Frun_report.sh;h=83a44673346334183a94056b2f29a1f8f02ae002;hp=2400b6bd24f560b1f6c5a7989fd04c326c2e60ac;hb=740d81284695c398a0449ba72a213cd905d9c0a8;hpb=da2aa127ee071e37bc4d6060dd39476179e65365 diff --git a/resources/tools/report_gen/run_report.sh b/resources/tools/report_gen/run_report.sh index 2400b6bd24..83a4467334 100755 --- a/resources/tools/report_gen/run_report.sh +++ b/resources/tools/report_gen/run_report.sh @@ -9,7 +9,8 @@ STATIC_DIR_TESTPMD="${STATIC_DIR}/testpmd" STATIC_DIR_ARCH="${STATIC_DIR}/archive" CSS_PATCH_FILE="${STATIC_DIR}/theme_overrides.css" -sudo apt-get install -y libxml2 libxml2-dev libxslt-dev build-essential zlib1g-dev +sudo apt-get -y update +sudo apt-get -y install libxml2 libxml2-dev libxslt-dev build-essential zlib1g-dev # Clean-up when finished: trap 'rm -rf ${WORKING_DIR}; exit' EXIT