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

AWS: Fix SimpleMakefile when command is wrapped #695

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Conversation

MrSerth
Copy link
Member

@MrSerth MrSerth commented Sep 26, 2024

Previously, a command such as the following would fail due to the additional quotes used:

env CODEOCEAN=true /bin/bash -c "unset \"\${!AWS@}\" && make test CLASS_NAME=\"HalloWeltTest2\" FILENAME=\"HalloWeltTest2.java\""

@MrSerth MrSerth added bug Something isn't working java Pull requests that update Java code labels Sep 26, 2024
@MrSerth MrSerth self-assigned this Sep 26, 2024

This comment was marked as off-topic.

This comment was marked as off-topic.

Copy link

codecov bot commented Sep 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.38%. Comparing base (b5a32ef) to head (a7299ab).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #695      +/-   ##
==========================================
+ Coverage   76.32%   76.38%   +0.05%     
==========================================
  Files          43       43              
  Lines        3688     3688              
==========================================
+ Hits         2815     2817       +2     
+ Misses        637      635       -2     
  Partials      236      236              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Dome-GER Dome-GER changed the title AWS: Fix SimpleMakefile when command is wrapped. AWS: Fix SimpleMakefile when command is wrapped Sep 30, 2024
Previously, a command such as the following would fail due to the additional quotes used:

env CODEOCEAN=true /bin/bash -c "unset \"\${!AWS@}\" && make test CLASS_NAME=\"HalloWeltTest2\" FILENAME=\"HalloWeltTest2.java\""
@Dome-GER Dome-GER merged commit cf66bf5 into main Sep 30, 2024
10 checks passed
@Dome-GER Dome-GER deleted the fix_aws_makefile branch September 30, 2024 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants