You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd/cue: test tool/exec.Run with arguments involving spaces
The command is expected to fail, as we run the "false" program
which always fails and ignores any arguments.
The printed error is ambiguous, as it's not possible to see
what the original list of arguments was, hence the TODO.
The following commit will resolve this bug.
For #3238.
Signed-off-by: Daniel Martí <[email protected]>
Change-Id: Ie277772ce58dfac48df9440e0a53fd9f1fc309cc
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1197451
Reviewed-by: Roger Peppe <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
0 commit comments