Sergey Kozlov created IGNITE-704:
------------------------------------
Summary: Windows shell scripts doesn't process NO_PAUSE
environment variable
Key: IGNITE-704
URL: https://issues.apache.org/jira/browse/IGNITE-704
Project: Ignite
Issue Type: Bug
Components: general
Affects Versions: sprint-3
Reporter: Sergey Kozlov
Assignee: Semen Boikov
Priority: Minor
Fix For: sprint-3
bin\ignite.bat
bin\ignitevisorcmd.bat
Both scripts above has following code:
{noformat}
if not "%NO_PAUSE%" == "1" pause
{noformat}
But really set NO_PAUSE=0 has no affect to script. It seems the variable
redefined somewhere in script
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)