Skip to content

Commit 1b1f7e9

Browse files
committed
Remove unnecessary logo output from msbuild when cleaning ecpg regression
test outputs.
1 parent 0a6ac00 commit 1b1f7e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/msvc/clean.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.8 2007/11/13 22:49:47 tgl Exp $
2+
REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.9 2007/12/19 12:31:35 mha Exp $
33

44
set D=%CD%
55
if exist ..\msvc if exist ..\..\..\src cd ..\..\..
@@ -61,7 +61,7 @@ for /r %%f in (*.sql) do if exist %%f.in del %%f
6161
cd %D%
6262

6363
REM Clean up ecpg regression test files
64-
msbuild ecpg_regression.proj /t:clean /v:q
64+
msbuild /NoLogo ecpg_regression.proj /t:clean /v:q
6565

6666
goto :eof
6767

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy