Inconsistent encoding when running bazel --batch run //foo -- "$arg" on OS X #1766
Labels
duplicate
P2
We'll consider working on this in future. (Assignee optional)
platform: apple
type: bug
z-team-Apple
Deprecated. Send to rules_apple, or label team-Rules-CPP + platform:apple
Milestone
From @aehlig's words:
"Open-sourcing //src/test/shell/integration:run_test showed that the encoding of arguments
for tests is inconsistent in batch mode (works in non batch mode, though).
bazel run //foo -- "$arg"
andbazel --batch run //foo -- "$arg"
use a different encoding.internal ref: b/31448480
The text was updated successfully, but these errors were encountered: