Skip to content

Add working-directory handling to grading scripts #83

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions