We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ee5c0 commit 2db61e4Copy full SHA for 2db61e4
scripts/_GrailsTest.groovy
@@ -334,7 +334,7 @@ integrationTestPhaseCleanUp = {
334
*/
335
functionalTestPhasePreparation = {
336
packageApp()
337
- runApp()
+ testOptions.https ? runAppHttps() : runApp()
338
339
prevAppCtx = binding.hasProperty('appCtx') ? appCtx : null
340
appCtx = ApplicationHolder.application.mainContext
0 commit comments