SIGN IN SIGN UP

cmd/exec: convert slashes of explicit bundles (#5219)

The incoming relative path is now converted as follows:

1. filepath.Abs:     foo/bar          -> c:\a\b\c\foo\bar
2. filepath.ToShasl: c:\a\b\c\foo\bar -> c:/a/b/c/foo/bar
3. prepend `file://`

That's something the runtime can make sense of, and the smoke test passes.

Fixes #5134.

Includes:
* ci: add smoke test with a bundle

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
S
Stephan Renatus committed
a8f8b0ef78210a1f218bab98f9619f11d9ace3ab
Parent: a56c231
Committed by GitHub <noreply@github.com> on 10/10/2022, 11:06:09 AM