Skip to content

Commit

Permalink
Merge pull request #2137 from lochana-chathura/fix-debug
Browse files Browse the repository at this point in the history
Fix missing `balJavaDebugParam` needed for http debugging
  • Loading branch information
lochana-chathura authored Sep 5, 2024
2 parents 363fbf9 + 792063e commit dbb4a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ballerina-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ task ballerinaTest {
" ${parallelTestFlag} ${testParams} ${groupParams} ${disableGroups} ${windowsDisableGroups}" +
" ${debugParams} && exit %%ERRORLEVEL%%"
} else {
commandLine 'sh', '-c', "${distributionBinPath}/bal test ${graalvmFlag} ${parallelTestFlag} ${testParams}" +
" ${groupParams} ${disableGroups} ${debugParams}"
commandLine 'sh', '-c', "${balJavaDebugParam} ${distributionBinPath}/bal test ${graalvmFlag} " +
"${parallelTestFlag} ${testParams} ${groupParams} ${disableGroups} ${debugParams}"
}
}
if (project.hasProperty('balGraalVMTest')) {
Expand Down

0 comments on commit dbb4a8c

Please sign in to comment.