Skip to content

Commit

Permalink
Comment out overwriting student tests
Browse files Browse the repository at this point in the history
  • Loading branch information
beccaelenzil authored Feb 11, 2022
1 parent 1bbe817 commit ebef981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ADD $SUBMISSION_SUBFOLDER /app

# Overwrite files in student fork with upstream files
ADD test.sh /app
ADD tests /app/tests
# ADD tests /app/tests

# User defined requirements
# RUN make init

0 comments on commit ebef981

Please sign in to comment.