File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
@ 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 $
3
3
4
4
SETLOCAL
5
5
SET STARTDIR = %CD%
@@ -30,9 +30,10 @@ SET PERL5LIB=..\..\tools\msvc
30
30
31
31
if " %what% " == " INSTALLCHECK" ..\..\..\%CONFIG% \pg_regress\pg_regress --psqldir=..\..\..\%CONFIG% \psql --schedule=%SCHEDULE% _schedule --multibyte=SQL_ASCII --load-language=plpgsql --no-locale
32
32
if " %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%
33
34
34
35
cd %STARTDIR%
35
- goto : eof
36
+ exit /b %E%
36
37
37
38
:usage
38
39
echo " Usage: vcregress <check|installcheck> [schedule]"
You can’t perform that action at this time.
0 commit comments