diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-02-20 18:29:31 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-02-20 18:29:31 +0800 |
| commit | ce4a1cb2a37293d5704745df31b48d8fdae37da0 (patch) | |
| tree | 1f229ed54b87bf39ba3820f188abb2f71caae521 /src/test/groovy/net/fabricmc/loom/SimpleBuildFunctionalTest.groovy | |
| parent | e8800ec6ac843289e666464a31a21878f797f261 (diff) | |
| parent | 57c9a8f3209121f22e84b8b01b64f1093256f1d3 (diff) | |
| download | architectury-loom-ce4a1cb2a37293d5704745df31b48d8fdae37da0.tar.gz architectury-loom-ce4a1cb2a37293d5704745df31b48d8fdae37da0.tar.bz2 architectury-loom-ce4a1cb2a37293d5704745df31b48d8fdae37da0.zip | |
Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge
# Conflicts:
# .github/workflows/test-push.yml
# build.gradle
# src/main/java/net/fabricmc/loom/util/Constants.java
Diffstat (limited to 'src/test/groovy/net/fabricmc/loom/SimpleBuildFunctionalTest.groovy')
| -rw-r--r-- | src/test/groovy/net/fabricmc/loom/SimpleBuildFunctionalTest.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/groovy/net/fabricmc/loom/SimpleBuildFunctionalTest.groovy b/src/test/groovy/net/fabricmc/loom/SimpleBuildFunctionalTest.groovy index b1182d9f..756a3faa 100644 --- a/src/test/groovy/net/fabricmc/loom/SimpleBuildFunctionalTest.groovy +++ b/src/test/groovy/net/fabricmc/loom/SimpleBuildFunctionalTest.groovy @@ -45,7 +45,7 @@ class SimpleBuildFunctionalTest extends Specification { when: def result = GradleRunner.create() .withProjectDir(testProjectDir.root) - .withArguments('build',"--stacktrace") + .withArguments('build',"--stacktrace", "--warning-mode", System.getenv().TEST_WARNING_MODE ?: 'all') .withPluginClasspath() .forwardOutput() .withDebug(true) |
