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 899976c commit be327d9Copy full SHA for be327d9
metafix/integrationTest.sh
@@ -68,7 +68,7 @@ function die() {
68
}
69
70
function run_metafix() {
71
- $gradle_command -p "$root_directory" :metafix-runner:run --args="$1" -P${noprofile}profile="${1%.*}"
+ $gradle_command --console=plain -p "$root_directory" :metafix-runner:run --args="$1" -P${noprofile}profile="${1%.*}"
72
73
74
function run_catmandu() {
0 commit comments