aboutsummaryrefslogtreecommitdiff
path: root/testsuite/run-test.sh
diff options
context:
space:
mode:
authordancer <dancer>2003-09-18 22:20:11 +0000
committerdancer <dancer>2003-09-18 22:20:11 +0000
commit0556a7f7358926e6a322dd1bab7f9a07f8bae0c5 (patch)
tree52b311d0545a0a132d09a8a4892e13964584f97b /testsuite/run-test.sh
parent91273a8fc9d9af252286a860af7b7e95dacbd9b7 (diff)
downloadpbuilder-0556a7f7358926e6a322dd1bab7f9a07f8bae0c5.tar
pbuilder-0556a7f7358926e6a322dd1bab7f9a07f8bae0c5.tar.gz
update
Diffstat (limited to 'testsuite/run-test.sh')
-rwxr-xr-xtestsuite/run-test.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/run-test.sh b/testsuite/run-test.sh
index 547620b..adcee0f 100755
--- a/testsuite/run-test.sh
+++ b/testsuite/run-test.sh
@@ -4,6 +4,13 @@ PBUILDER_UML=/usr/bin/pbuilder-user-mode-linux
if [ -x "${PBUILDER_UML}" ]; then
pbuilder-user-mode-linux create --distribution sid --uml-image $(pwd)/testimage --logfile pbuilder-user-mode-linux-create.log
+ (
+ mkdir testbuild
+ cd testbuild
+ apt-get source -d dsh
+ )
+ pbuilder-user-mode-linux build --uml-image $(pwd)/testimage --buildplace $(pwd)/testbuild/ --logfile pbuilder-user-mode-linux-build-dsh.log testbuild/dsh*.dsc
+ rm -rf testbuild
fi