summaryrefslogtreecommitdiff
path: root/lib/subunit/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/subunit/update.sh')
-rwxr-xr-xlib/subunit/update.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/subunit/update.sh b/lib/subunit/update.sh
index 6ef9859c82..6d996cdfd5 100755
--- a/lib/subunit/update.sh
+++ b/lib/subunit/update.sh
@@ -5,9 +5,9 @@ TARGETDIR="`dirname $0`"
WORKDIR="`mktemp -d`"
bzr branch lp:subunit "$WORKDIR/subunit"
-for p in python filters;
+for p in python/ filters/tap2subunit;
do
- rsync -avz --delete "$WORKDIR/subunit/$p/" "$TARGETDIR/$p/"
+ rsync -avz --delete "$WORKDIR/subunit/$p" "$TARGETDIR/$p"
done
rm -rf "$WORKDIR"