Add a pause in test script
This commit is contained in:
parent
40c9a84f1d
commit
c91202c316
@ -1,6 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
REM -----------------------------------
|
REM -----------------------------------
|
||||||
REM Launch a test to connect to mysql
|
REM Launch a test to connect to mysql
|
||||||
|
REM $Id$
|
||||||
REM -----------------------------------
|
REM -----------------------------------
|
||||||
|
|
||||||
echo ----------------------------------------------
|
echo ----------------------------------------------
|
||||||
@ -19,3 +20,4 @@ echo Try to connect to mysql with this password
|
|||||||
.\bin\mysql\mysqlWAMPMYSQLVERSION\bin\mysql -P WAMPMYSQLPORT -u root -p%SAVES%
|
.\bin\mysql\mysqlWAMPMYSQLVERSION\bin\mysql -P WAMPMYSQLPORT -u root -p%SAVES%
|
||||||
|
|
||||||
sleep 2
|
sleep 2
|
||||||
|
pause
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user