aboutsummaryrefslogtreecommitdiff
path: root/testsuite/run-test.sh
diff options
context:
space:
mode:
authordancer <dancer>2004-01-11 15:47:28 +0000
committerdancer <dancer>2004-01-11 15:47:28 +0000
commit71c485a6e05192f16588f6f5eaa2da8ff4e4e7f3 (patch)
treee039138526ce71adf46ba828dff58fef0270f139 /testsuite/run-test.sh
parentd74319c5f061742e8341ce9b610051a399bbf4b9 (diff)
downloadpbuilder-71c485a6e05192f16588f6f5eaa2da8ff4e4e7f3.tar
pbuilder-71c485a6e05192f16588f6f5eaa2da8ff4e4e7f3.tar.gz
an initial log file of the testsuite.
Diffstat (limited to 'testsuite/run-test.sh')
-rwxr-xr-xtestsuite/run-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/run-test.sh b/testsuite/run-test.sh
index aa3d1fb..c0500d0 100755
--- a/testsuite/run-test.sh
+++ b/testsuite/run-test.sh
@@ -6,7 +6,7 @@ PBUILDER=/usr/sbin/pbuilder
vmstat -n 1 > vmstat &
VMSTATPID=$!
-LC_ALL=C iostat -dxt hda > iostat &
+LC_ALL=C iostat -dxt hda 1 > iostat &
IOSTATPID=$!
if [ -x "${PBUILDER}" ]; then