Skip to content

Commit

Permalink
Fix missing balJavaDebugParam needed for http debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lochana-chathura committed Sep 4, 2024
1 parent 8234cdd commit 50f9ce0
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 50f9ce0

Please sign in to comment.