Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests fail on OS with other configured language #147

Open
teamplayer3 opened this issue Sep 16, 2024 · 0 comments
Open

Tests fail on OS with other configured language #147

teamplayer3 opened this issue Sep 16, 2024 · 0 comments

Comments

@teamplayer3
Copy link

When I run the tests from main on my local hardware (german lang), tests missing_manifest and patch_path_doesnt_exist fail.

missing_manifest

I don't know why this is failing.

    2     2 │ Caused by:
    3     3 │     `cargo metadata` exited with an error: error: failed to parse manifest at `[TEMPDIR]Cargo.toml`
    4     4 │     
    5     5 │     Caused by:
    6       │-      virtual manifests must be configured with [workspace]
          6 │+      manifest is missing either a `[package]` or a `[workspace]`

patch_path_doesnt_exist

OSERROR is printed in the user's configured OS lang.

    0     0 │ error: Unable to run `cargo metadata`
    1     1 │
    2     2 │ Caused by:
    3       │-    0: failed to start `cargo metadata`: [OSERROR]
    4       │-    1: [OSERROR]
          3 │+    0: failed to start `cargo metadata`: Der Verzeichnisname ist ungültig.[OSERROR]
          4 │+    1: Der Verzeichnisname ist ungültig.[OSERROR]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant