LangProc / langproc-cw

Compiler coursework repository for Instruction Architectures and Compilers module at Imperial College London
18 stars 22 forks source link

Missing / in test.sh #10

Closed SanjitRaman closed 7 months ago

Jpnock commented 7 months ago

Thanks for raising this, I've committed to main a change which uses the old test.sh for now, such that it's back to a working state. See: https://github.com/LangProc/langproc-cw/commit/5d02258c7d519162b293b77c50949d8b677ad276

While changing . scripts/test.py to ./scripts/test.py would allow the python script to run, it doesn't pass any of the arguments to it (e.g. -v for verbose mode). Maybe something like ./scripts/test.py "$@" would allow this to work but I'll leave those changes for https://github.com/LangProc/langproc-cw/pull/9