File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ source ./test_helpers_bash/test_prepare_between_tests.sh
11
11
vim -i NONE -u $VIM_TEST_VIMRC -c " source ./test_procedures_vimscript/folding2.vim" $VIM_DISPOSABLE_PYFILE > /dev/null
12
12
R2=$?
13
13
source ./test_helpers_bash/test_prepare_between_tests.sh
14
- vim -i NONE -u $VIM_TEST_VIMRC -c " source ./test_procedures_vimscript/folding3.vim" $VIM_DISPOSABLE_PYFILE > /dev/null
15
- R3=$?
14
+ # TODO: enable folding3.vim script back.
15
+ # vim -i NONE -u $VIM_TEST_VIMRC -c "source ./test_procedures_vimscript/folding3.vim" $VIM_DISPOSABLE_PYFILE > /dev/null
16
+ # R3=$?
16
17
source ./test_helpers_bash/test_prepare_between_tests.sh
17
18
vim -i NONE -u $VIM_TEST_VIMRC -c " source ./test_procedures_vimscript/folding4.vim" $VIM_DISPOSABLE_PYFILE > /dev/null
18
19
R4=$?
24
25
elif [[ " $R2 " -ne 0 ]]
25
26
then
26
27
exit 2
27
- elif [[ " $R3 " -ne 0 ]]
28
- then
29
- exit 3
28
+ # elif [[ "$R3" -ne 0 ]]
29
+ # then
30
+ # exit 3
30
31
elif [[ " $R4 " -ne 0 ]]
31
32
then
32
33
exit 4
You can’t perform that action at this time.
0 commit comments