Skip to content

Commit a8f0780

Browse files
committed
silence project import phase
1 parent 1a44f56 commit a8f0780

File tree

2 files changed

+2
-36
lines changed

2 files changed

+2
-36
lines changed

harness/tests/addons/gut/gui/arrow.png.import

Lines changed: 0 additions & 34 deletions
This file was deleted.

harness/tests/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ tasks {
7474
commandLine(
7575
"cmd",
7676
"/c",
77-
"$editorExecutable --headless --import",
77+
"$editorExecutable --headless --import --quiet",
7878
)
7979
} else {
8080
commandLine(
8181
"bash",
8282
"-c",
83-
"$editorExecutable --headless --import",
83+
"$editorExecutable --headless --import --quiet",
8484
)
8585
}
8686
}

0 commit comments

Comments
 (0)