X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Freport_gen%2Frun_report.sh;h=2a887504647cebe84257432f2e58de31281a4307;hp=2c85ac5723cb498cc5c8fc6bef2dd02daad29b03;hb=a1d482fcf9c221cda2f13429810bca945d9f09f4;hpb=8e3e798d302bef12d490c2963056bbcceedb8b13 diff --git a/resources/tools/report_gen/run_report.sh b/resources/tools/report_gen/run_report.sh index 2c85ac5723..2a88750464 100755 --- a/resources/tools/report_gen/run_report.sh +++ b/resources/tools/report_gen/run_report.sh @@ -9,7 +9,7 @@ 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 libxslt1-dev build-essential zlib1g-dev +sudo apt-get install -y libxml2 libxml2-dev libxslt-dev build-essential zlib1g-dev # Clean-up when finished: trap 'rm -rf ${WORKING_DIR}; exit' EXIT