Skip to content

Commit c10c82f

Browse files
committed
fix travis ci
fix travis ci
1 parent 7a449a5 commit c10c82f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/test_helpers_bash/test_createvimrc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ echo "set viewdir=" >> $VIM_TEST_VIMRC
1515
echo "set directory=" >> $VIM_TEST_VIMRC
1616
echo -e "set runtimepath=" >> $VIM_TEST_VIMRC
1717
echo -e "set runtimepath+=$(dirname $PWD)\n" >> $VIM_TEST_VIMRC
18+
echo -e "set packpath+=/tmp\n" >> $VIM_TEST_VIMRC
1819
# echo -e "redir! >> $VIM_OUTPUT_FILE\n" >> $VIM_TEST_VIMRC
1920
echo -e "set verbosefile=$VIM_OUTPUT_FILE\n" >> $VIM_TEST_VIMRC
2021
echo -e "let g:pymode_debug = 1" >> $VIM_TEST_VIMRC

tests/test_helpers_bash/test_prepare_once.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
set +e
55
rm $VIM_OUTPUT_FILE $VIM_TEST_VIMRC $VIM_TEST_PYMODECOMMANDS $VIM_DISPOSABLE_PYFILE 2&>/dev/null
66
rm /tmp/*pymode* 2&>/dev/null
7+
rm -rf /tmp/pack
8+
mkdir -p /tmp/pack/test_plugins/start
9+
ln -s $(dirname $(pwd)) /tmp/pack/test_plugins/start/
710
set -e
811

912
# vim: set fileformat=unix filetype=sh wrap tw=0 :

0 commit comments

Comments
 (0)