Skip to content

Commit

Permalink
cmd.exe, LABEL must have prefix ':' but have not suffix ':' ( https:/…
Browse files Browse the repository at this point in the history
  • Loading branch information
paihu committed Oct 22, 2018
1 parent eae3f70 commit 0261dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-tests.bat
Expand Up @@ -13,7 +13,7 @@ set VADER_OUTPUT_FILE=%~dp0\vader_output
REM Automatically re-run Windows tests, which can fail some times.
set tries=0

RUN_TESTS:
:RUN_TESTS
set /a tries=%tries%+1
type nul > "%VADER_OUTPUT_FILE%"
C:\vim\vim\vim80\vim.exe -u test/vimrc "+Vader! %tests%"
Expand All @@ -23,7 +23,7 @@ IF %code% EQU 0 GOTO :SHOW_RESULTS
IF %tries% GEQ 2 GOTO :SHOW_RESULTS
GOTO :RUN_TESTS

SHOW_RESULTS:
:SHOW_RESULTS
type "%VADER_OUTPUT_FILE%"
del "%VADER_OUTPUT_FILE%"

Expand Down

0 comments on commit 0261dd2

Please sign in to comment.