[SCM] vim-addon-manager packaging branch, master, updated. v0.4.4-52-geef7258

Antonio Terceiro terceiro at debian.org
Tue Jan 31 23:33:33 UTC 2012


The following commit has been merged in the master branch:
commit 7e4a8eac70e3be8c23ec234ca0c28de4517d2907
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun Jan 22 18:37:30 2012 -0200

    Add test wrapper to perform manual testing
    
    Sometimes it is useful to perform manual testing.  This wrapper will use
    the local registry in spec/data/registry and the scripts in
    spec/data/scripts, and will install to tmp/.

diff --git a/test/vim-addons b/test/vim-addons
new file mode 100755
index 0000000..d8ca546
--- /dev/null
+++ b/test/vim-addons
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+basename=$(basename $0)
+root=$(dirname $0 | xargs dirname | xargs readlink -f)
+
+export RUBYLIB="$root/lib"
+
+exec "$root/bin/$basename" --source-dir "$root/spec/data/scripts"  --registry-dir "$root/spec/data/registry" --target-dir "$root/tmp" "$@"

-- 
vim-addon-manager packaging



More information about the pkg-vim-maintainers mailing list