Skip to content

Add working-directory handling to grading scripts #83

@blerner

Description

@blerner

This needs two things:

  1. A working_dir attribute on bash and conditional commands
  2. A new cd command
{
  cd: string,
  cmds: command[]
}

that changes directory to the given dir and then runs the sub-commands array while in that directory. You can probably preprocess these commands away and turn them regular commands with a working-dir attribute on them

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions