Works locally but doesn’t pass the tests?(Build your own shell)Golang

When running the tests on task 6 in the instructions the tester will send the command:

PATH="/usr/bin:/usr/local/bin" ./your_shell.sh

and when I run it locally it’s working but on git push the logs show:

[tester::#MG5] Running ./your_shell.sh

with not PATH variable set.

@elohim18bolts ah, we’ll improve the logs here to mention that we’re setting PATH. It is set here, the tester just isn’t logging it out.

Haven’t heard much of this from elsewhere, so going to leave logs as-is. Will keep an eye open for similar reports!

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.