1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00

Remove unnecessary logo output from msbuild when cleaning ecpg regression

test outputs.
This commit is contained in:
Magnus Hagander 2007-12-19 12:31:35 +00:00
parent 0a6ac0085c
commit 1b1f7e977b

View File

@ -1,5 +1,5 @@
@echo off @echo off
REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.8 2007/11/13 22:49:47 tgl Exp $ REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.9 2007/12/19 12:31:35 mha Exp $
set D=%CD% set D=%CD%
if exist ..\msvc if exist ..\..\..\src cd ..\..\.. if exist ..\msvc if exist ..\..\..\src cd ..\..\..
@ -61,7 +61,7 @@ for /r %%f in (*.sql) do if exist %%f.in del %%f
cd %D% cd %D%
REM Clean up ecpg regression test files REM Clean up ecpg regression test files
msbuild ecpg_regression.proj /t:clean /v:q msbuild /NoLogo ecpg_regression.proj /t:clean /v:q
goto :eof goto :eof