From 145761cc035e1c420744201e0e9a758b0a58c085 Mon Sep 17 00:00:00 2001 From: dancer Date: Sat, 8 Oct 2005 04:54:27 +0000 Subject: add --verbose option to testsuite --- ChangeLog | 4 ++++ testsuite/run-test.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a2c5947..fcda0c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-10-06 Junichi Uekawa + + * testsuite/run-test.sh (testbuild): add debootstrapopts, --verbose. + 2005-10-04 Junichi Uekawa * pbuilder-buildpackage-funcs: Add comment on what cowprotect is there for. diff --git a/testsuite/run-test.sh b/testsuite/run-test.sh index bcdd9e0..9cc9488 100755 --- a/testsuite/run-test.sh +++ b/testsuite/run-test.sh @@ -42,7 +42,7 @@ for DEBOOTSTRAP in debootstrap cdebootstrap; do RESULTFILE=$(readlink -f ${RESULTFILE}) for distribution in sid sarge etch; do - sudo ${PBUILDER} create --mirror $mirror --debootstrap ${DEBOOTSTRAP} --distribution "${distribution}" --basetgz ${testimage} --logfile ${logdir}/pbuilder-create-${distribution}.log + sudo ${PBUILDER} create --debootstrapopts "--verbose" --mirror $mirror --debootstrap ${DEBOOTSTRAP} --distribution "${distribution}" --basetgz ${testimage} --logfile ${logdir}/pbuilder-create-${distribution}.log # --hookdir /usr/share/doc/pbuilder/examples/libc6workaround log_success create-${distribution}-${DEBOOTSTRAP} -- cgit v1.2.3