Skip to content

Commit

Permalink
[I-Build-Test] Fix call of ant-diagnostics on Windows machines
Browse files Browse the repository at this point in the history
Calling 'ant -diagnostics' on Windows somehow exists the bat script
immediately. Call it in a sub-cmd-shell to workaround this problem until
a completely correct solution is found.
  • Loading branch information
HannesWell committed Nov 3, 2024
1 parent 28cfa22 commit 196f580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JenkinsJobs/AutomatedTests/I_unit_win32.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ set ANT_HOME
set PATH
env 1>envVars.txt 2>&1
ant -diagnostics 1>antDiagnostics.txt 2>&1
cmd /c ant -diagnostics 1>antDiagnostics.txt 2>&1
java -XshowSettings -version 1>javaSettings.txt 2>&1
ant -f getEBuilder.xml -DbuildId=%buildId% -DeclipseStream=%STREAM% -DEBUILDER_HASH=%EBUILDER_HASH% ^
Expand Down

0 comments on commit 196f580

Please sign in to comment.