diff options
Diffstat (limited to 'lib/subunit/update.sh')
-rwxr-xr-x | lib/subunit/update.sh | 3 |
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 |