File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11@ echo off
2- REM $PostgreSQL: pgsql/src/tools/msvc/vcregress.bat,v 1.3 2007/03/17 14:01:01 mha Exp $
2+ REM $PostgreSQL: pgsql/src/tools/msvc/vcregress.bat,v 1.4 2007/03/21 15:39:03 mha Exp $
33
44SETLOCAL
55SET STARTDIR = %CD%
@@ -30,9 +30,10 @@ SET PERL5LIB=..\..\tools\msvc
3030
3131if " %what% " == " INSTALLCHECK" ..\..\..\%CONFIG% \pg_regress\pg_regress --psqldir=..\..\..\%CONFIG% \psql --schedule=%SCHEDULE% _schedule --multibyte=SQL_ASCII --load-language=plpgsql --no-locale
3232if " %what% " == " CHECK" ..\..\..\%CONFIG% \pg_regress\pg_regress --psqldir=..\..\..\%CONFIG% \psql --schedule=%SCHEDULE% _schedule --multibyte=SQL_ASCII --load-language=plpgsql --no-locale --temp-install=./tmp_check --top-builddir=%TOPDIR% --temp-port=%TEMPPORT%
33+ SET E = %ERRORLEVEL%
3334
3435cd %STARTDIR%
35- goto : eof
36+ exit /b %E%
3637
3738:usage
3839echo " Usage: vcregress <check|installcheck> [schedule]"
You can’t perform that action at this time.
0 commit comments