diff options
author | dancer <dancer> | 2005-10-08 04:54:27 +0000 |
---|---|---|
committer | dancer <dancer> | 2005-10-08 04:54:27 +0000 |
commit | 145761cc035e1c420744201e0e9a758b0a58c085 (patch) | |
tree | 62e43fca1f065974bab83c32686afcdb73167976 | |
parent | e20fbf42f58735cb0ea16cfc20b5caf1e084d763 (diff) | |
download | pbuilder-145761cc035e1c420744201e0e9a758b0a58c085.tar pbuilder-145761cc035e1c420744201e0e9a758b0a58c085.tar.gz |
add --verbose option to testsuite
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | testsuite/run-test.sh | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2005-10-06 Junichi Uekawa <dancer@debian.org> + + * testsuite/run-test.sh (testbuild): add debootstrapopts, --verbose. + 2005-10-04 Junichi Uekawa <dancer@debian.org> * 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} |