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 1d02569 commit f4eed94Copy full SHA for f4eed94
grails-bootstrap/src/main/groovy/grails/util/Environment.java
@@ -281,7 +281,7 @@ public static boolean isDevelopmentEnvironmentAvailable() {
281
*/
282
public static boolean isDevelopmentRun() {
283
Environment env = Environment.getCurrent();
284
- return BuildSettings.GRAILS_APP_DIR_PRESENT && Boolean.getBoolean(RUN_ACTIVE) && (env == Environment.DEVELOPMENT || env == Environment.TEST);
+ return BuildSettings.GRAILS_APP_DIR_PRESENT && Boolean.getBoolean(RUN_ACTIVE) && (env == Environment.DEVELOPMENT);
285
}
286
/**
287
* Check whether the application is deployed
0 commit comments