From fd84f15ee8d15f5a290264336d9511856c5bc2bc Mon Sep 17 00:00:00 2001 From: gmarik Date: Tue, 2 Nov 2010 23:52:57 -0500 Subject: [PATCH] tweakin test script --- vundle_test.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vundle_test.sh b/vundle_test.sh index ae4e898..443ece3 100755 --- a/vundle_test.sh +++ b/vundle_test.sh @@ -1,7 +1,9 @@ setup() { + echo -en 'disabled' # mkdir -p $HOME/.vim/autoload/ && # curl http://github.com/gmarik/vundle/raw/master/autoload/vundle.vim > $HOME/.vim/autoload/vundle.vim # return$([ -s $HOME/.vim/autoload/vundle.vim ] && rm -f ~/.vim/autoload/vundle.vim ) + return 1 } install() { @@ -21,7 +23,6 @@ t() { $1 1>> 'test.log' 2>&1 && echo 'ok' || echo 'fail' } -# $ source vundle_test.sh; test_all test_all() { : > 'test.log' t setup @@ -29,7 +30,8 @@ test_all() { t docs } -# $ source vundle_test.sh; doc doc() { maruku --html README.md ; open README.html } + +${1:-test_all}