aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-04-16 07:50:28 +0900
committerJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-04-16 07:50:28 +0900
commit03100c8ad82aa716bdd56691102a4f91586a517f (patch)
tree483b3d6fca6018f9aca369185dc377eb503dc32f /examples
parent3002d5d517b3f3fa5fb4cb79558f9161d7c2592a (diff)
downloadpbuilder-03100c8ad82aa716bdd56691102a4f91586a517f.tar
pbuilder-03100c8ad82aa716bdd56691102a4f91586a517f.tar.gz
B92test-pkg clarification
Diffstat (limited to 'examples')
-rw-r--r--examples/B92test-pkg8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/B92test-pkg b/examples/B92test-pkg
index 926d46a..5a2aba4 100644
--- a/examples/B92test-pkg
+++ b/examples/B92test-pkg
@@ -1,8 +1,10 @@
#!/bin/bash
# example file to be used with --hookdir
#
-# run tests
-# 2005 Junichi Uekawa
+# run tests. Current directory is top of source-code.
+#
+# 2005, 2007 Junichi Uekawa
+#
set -e
echo "Installing the prerequisites"
@@ -20,7 +22,7 @@ COUNT=0
unset FAIL || true
NOFAIL=1
-# make current directory a better place to live.
+# The current directory is the top of the source-tree.
cd /tmp/buildd/*/debian/..
for SCRIPT in $(run-parts --test /tmp/buildd/*/debian/pbuilder-test) ; do