Skip to content

Commit f266381

Browse files
committed
Always pass workspace flags
1 parent 6f6845d commit f266381

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/kotlin/io/bazel/kotlin/test/BazelIntegrationTestRunner.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,13 @@ object BazelIntegrationTestRunner {
108108
workspace,
109109
*systemFlags,
110110
"shutdown",
111+
*commandFlags,
111112
).onFailThrow()
112113
bazel.run(
113114
workspace,
114115
*systemFlags,
115116
"info",
117+
*commandFlags,
116118
).onFailThrow()
117119
bazel.run(
118120
workspace,

0 commit comments

Comments
 (0)