Files
openide/tests.cmd
Leonid Shalupov 8cfe494d95 build-scripts: convert community entrypoints to jps-bootstrap
GitOrigin-RevId: 5684f9a321aaeacacd7973e001b6a7a869aa1817
2022-02-12 20:47:00 +00:00

12 lines
356 B
Batchfile
Executable File

:<<"::CMDLITERAL"
@ECHO OFF
GOTO :CMDSCRIPT
::CMDLITERAL
set -eux
exec "$(cd "$(dirname "$0")"; pwd)/platform/jps-bootstrap/jps-bootstrap.sh" "$@" intellij.idea.community.build CommunityRunTestsBuildTarget
:CMDSCRIPT
call "%~dp0\platform\jps-bootstrap\jps-bootstrap.cmd" %* intellij.idea.community.build CommunityRunTestsBuildTarget
EXIT /B %ERRORLEVEL%