Skip to content

Commit be327d9

Browse files
committed
Run integration tests without Gradle's rich output formatting.
1 parent 899976c commit be327d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metafix/integrationTest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function die() {
6868
}
6969

7070
function run_metafix() {
71-
$gradle_command -p "$root_directory" :metafix-runner:run --args="$1" -P${noprofile}profile="${1%.*}"
71+
$gradle_command --console=plain -p "$root_directory" :metafix-runner:run --args="$1" -P${noprofile}profile="${1%.*}"
7272
}
7373

7474
function run_catmandu() {

0 commit comments

Comments
 (0)