summaryrefslogtreecommitdiff
path: root/lib/subunit/update.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-03-30 15:03:41 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-03-31 02:20:10 +0200
commit197c98292bd838e27da6692ba8e7984f12a66fef (patch)
tree1bf3da2e8d6d682105a418daa02ea4d8465f5ad8 /lib/subunit/update.sh
parent9fe4b01ca682b57cf7c79775abacf135d0c87d42 (diff)
downloadsamba-197c98292bd838e27da6692ba8e7984f12a66fef.tar.gz
samba-197c98292bd838e27da6692ba8e7984f12a66fef.tar.bz2
samba-197c98292bd838e27da6692ba8e7984f12a66fef.zip
subunit: Also import copies of filters and perl module.
Diffstat (limited to 'lib/subunit/update.sh')
-rwxr-xr-xlib/subunit/update.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/subunit/update.sh b/lib/subunit/update.sh
index f8265b188c..1b27ba634c 100755
--- a/lib/subunit/update.sh
+++ b/lib/subunit/update.sh
@@ -3,10 +3,11 @@
TARGETDIR="`dirname $0`"
WORKDIR="`mktemp -d`"
+
bzr export "$WORKDIR/subunit" lp:subunit
bzr export "$WORKDIR/testtools" lp:testtools
-for p in python/ filters/tap2subunit;
+for p in python/ filters/ perl/
do
rsync -avz --delete "$WORKDIR/subunit/$p" "$TARGETDIR/$p"
done