Commit f16a0c66 authored by Saira Hussain's avatar Saira Hussain 💬
Browse files

Include all the test suites

parent 4390bdd5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -11,7 +11,8 @@ if [ "${AUTOPKGTEST_TMP}" = "" ] ; then
  trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM
fi

cp -a /usr/share/doc/${pkg}/examples/SimpleAnalyses/* "${AUTOPKGTEST_TMP}"
for D in /usr/share/doc/${pkg}/Examples/*; do if [ -d "${D}" ]; then cp  -a ${D}/* "${AUTOPKGTEST_TMP}"; fi; done

cd "${AUTOPKGTEST_TMP}"

gunzip -r *