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
The test infra assumes CWD is 'ROOT/tests'. create_snapshot_artifact
runs from the root '.', so some functions can fail.
Workaround by changing to tests while doing the imports.
Original error:
```
[12] Command:
cd ../src/firecracker && cargo pkgid | cut -d# -f2 | cut -d: -f2
[12] stdout:
[12] stderr:
/bin/sh: 1: cd: can't cd to ../src/firecracker
Returned error code: 2
stderr:
/bin/sh: 1: cd: can't cd to ../src/firecracker
```
Signed-off-by: Pablo Barbáchano <pablob@amazon.com>
0 commit comments