Add a pause in test script

This commit is contained in:
Laurent Destailleur 2008-10-18 14:07:35 +00:00
parent a3384961e4
commit 2f68ed75e8

View File

@ -19,5 +19,4 @@ SET /P SAVES=Enter password to test:
echo Try to connect to mysql with this password
.\bin\mysql\mysqlWAMPMYSQLVERSION\bin\mysql -P WAMPMYSQLPORT -u root -p%SAVES%
sleep 2
pause