diff --git a/misc/build_current_bundle.bat b/misc/build_current_bundle.bat index edeee0894c..0a900224ad 100644 --- a/misc/build_current_bundle.bat +++ b/misc/build_current_bundle.bat @@ -132,7 +132,7 @@ cd temp winscp.com /script=../ftp_commands.txt cd .. echo %date% %time% -echo "DONE here" +echo "build_current_bundle: DONE here" pwd diff --git a/misc/test_bundle.bat b/misc/test_bundle.bat index abfda18c5d..425dbc9fb6 100644 --- a/misc/test_bundle.bat +++ b/misc/test_bundle.bat @@ -1,3 +1,4 @@ +echo Statding test_bundle.bat cd java_console rem call ant autotest @@ -19,4 +20,4 @@ cd .. pwd echo %date% %time% -echo TOTALLY DONE \ No newline at end of file +echo test_bundle.bat: done \ No newline at end of file