From: Peter Mikus Date: Fri, 3 Feb 2017 20:58:06 +0000 (+0000) Subject: Revert "Fix: CSIT 1701 report files and script AD1" X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=refs%2Fchanges%2F26%2F5026%2F1 Revert "Fix: CSIT 1701 report files and script AD1" This reverts commit 8e3e798d302bef12d490c2963056bbcceedb8b13. Change-Id: I90c40e51b2f0e364ca33fb92fa36f8cae3e5829c Signed-off-by: pmikus --- 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