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

Fix Rust tests via lit on osx #6057

Closed
wants to merge 1 commit into from

Conversation

RustanLeino
Copy link
Collaborator

  • Change the hack

    %exits-with 101 "%S/cargotest-rust/cargo" test
    

    to

    cd "%S/cargotest-rust" ; %exits-with 101 %cargo test
    

    in five test files related to Rust.

  • Fill in definitions for %rm, %mv, and %cargo.

  • Fix a missing " in a RUN command

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

@RustanLeino
Copy link
Collaborator Author

Unfortunately, this didn't work on CI:

An error occurred trying to start process 'cd' with working directory 

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

Successfully merging this pull request may close these issues.

1 participant