diff --git a/scripts/test-examples.py b/scripts/test-examples.py index 52e803310..5c7707481 100755 --- a/scripts/test-examples.py +++ b/scripts/test-examples.py @@ -118,7 +118,7 @@ def update_build(build_file, version): def run_example_build(project_dir, build_file="", settings_file=""): - command = [gradlew, "-p", project_dir, "-s", "-w", "--info", "--stacktrace"] + command = [gradlew, "-p", project_dir, "-s", "-w", "--debug", "--stacktrace"] if settings_file: command.extend(["-c", settings_file])