Skip to content

Fix uncommented English lines in run-tests.sh#6

Open
Lincyaw wants to merge 2 commits into
finyorko:mainfrom
Lincyaw:fix/run-tests-comments
Open

Fix uncommented English lines in run-tests.sh#6
Lincyaw wants to merge 2 commits into
finyorko:mainfrom
Lincyaw:fix/run-tests-comments

Conversation

@Lincyaw

@Lincyaw Lincyaw commented Jun 25, 2026

Copy link
Copy Markdown

Summary

  • 15 task run-tests.sh files contain bare English sentences (e.g. Create Test Directory, Generate file paths...) that bash executes as commands instead of treating as comments
  • Added # prefix to all affected lines

Affected tasks

All tasks using the shared run-tests.sh template: 61810_* (10 tasks) and cs61_fa24_* (5 tasks).

Lines fixed per file

  • Create Test Directory# Create Test Directory
  • The <kind>.py file is responsible for...# The <kind>.py file...
  • Generate file paths in proj_dir...# Generate file paths...
  • If the file exists in proj_dir...# If the file exists...

🤖 Generated with Claude Code

Aoyang Fang and others added 2 commits June 25, 2026 20:11
Bare English sentences (e.g. "Create Test Directory", "Generate file
paths...") were being executed as shell commands instead of being
treated as comments. Add # prefix to all affected lines.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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