Skip to content

Commit

Permalink
Fixing Windows pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ubaldot committed Jun 16, 2024
1 parent 4d8ca75 commit 4f4954b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/run_tests.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
REM Script to run the unit-tests for the REPLICA Vim plugin on MS-Windows

SETLOCAL
SET VIMPRG="vim.exe"
SET VIMRC="vimrc_for_tests"
SET VIM_CMD=%VIMPRG% -u %VIMRC% -U NONE -i NONE --noplugin -N --not-a-term
SET "VIMPRG=vim.exe"
SET "VIMRC=vimrc_for_tests"
SET "VIM_CMD=%VIMPRG% -u %VIMRC% -U NONE -i NONE --noplugin -N --not-a-term"

REM Run Vim command with unit test configuration
%VIM_CMD% -c "vim9cmd g:TestName='test_replica.vim'" -S runner.vim
Expand Down

0 comments on commit 4f4954b

Please sign in to comment.