Files
openide/tests.cmd
Leonid Shalupov 068b6d3d4a jps-bootstrap: specify project to load
this is useful when project home could not be detected from inside the project
e.g. some projects sharing common community folder

GitOrigin-RevId: bc3c7cb277f89429f7344f88cea9b8cace6c70e7
2022-02-16 19:54:22 +00:00

13 lines
385 B
Batchfile
Executable File

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