Skip to content

Commit 75354e2

Browse files
committed
Simplified test engine
1 parent 6a22cab commit 75354e2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/run_tests.cmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ REM
1313
(
1414
echo vim9script
1515
echo # ---- dummy vimrc file content -----
16-
echo set nocompatible
1716
echo set runtimepath+=..
1817
echo set runtimepath+=../after
19-
echo set autoindent
2018
echo filetype plugin indent on
2119
echo # ----------------------------------
2220
) >> "%VIMRC%"
@@ -37,7 +35,7 @@ REM Run Vim with the specified configuration and additional commands
3735
%VIM_CMD% -c "vim9cmd g:TestName = 'test_markdown_extras.vim'" -S "runner.vim"
3836
REM If things go wrong uncomment the following line and see e.g. if the
3937
REM vimrc_for_test is valid, check :messages and so on.
40-
REM %VIM_CMD% -c "vim9cmd g:TestName = 'test_markdown_extras.vim'" -c "e some_file.vim"
38+
REM %VIM_CMD% -c "vim9cmd g:TestName = 'test_markdown_extras.vim'" -c "e README.md"
4139

4240
REM Check the exit code of Vim command
4341
if %ERRORLEVEL% EQU 0 (

0 commit comments

Comments
 (0)