aboutsummaryrefslogtreecommitdiff
path: root/testsuite/run-test.sh
diff options
context:
space:
mode:
authordancer <dancer>2003-12-27 01:54:53 +0000
committerdancer <dancer>2003-12-27 01:54:53 +0000
commit22b84611ecc8b0c7e97e701a4ae61f5b08f74735 (patch)
tree2347f7399fc128c2f1aad4680bc870f2b93e0b8a /testsuite/run-test.sh
parent279d6c702425523ebfab3de7fdbb53cd70941210 (diff)
downloadpbuilder-22b84611ecc8b0c7e97e701a4ae61f5b08f74735.tar
pbuilder-22b84611ecc8b0c7e97e701a4ae61f5b08f74735.tar.gz
pdebuild testsuite added.
Diffstat (limited to 'testsuite/run-test.sh')
-rwxr-xr-xtestsuite/run-test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/run-test.sh b/testsuite/run-test.sh
index d75261b..70fd352 100755
--- a/testsuite/run-test.sh
+++ b/testsuite/run-test.sh
@@ -1,6 +1,6 @@
#!/bin/sh
# This is a testsuite.
-# estimated run-time on my PC; 30 minutes.
+# estimated run-time on my PC; 45 minutes.
PBUILDER_UML=/usr/bin/pbuilder-user-mode-linux
@@ -27,7 +27,7 @@ if [ -x "${PBUILDER_UML}" ]; then
)
done
pbuilder-user-mode-linux execute --uml-image $(pwd)/testimage --logfile pbuilder-user-mode-linux-execute-${distribution}.log ../examples/execute_paramtest.sh test1 test2 test3
- rm -rf testbuild testimage
+ rm -rf testbuild testbuild2 testimage
done
fi