I’m stuck on Stage #( The pwd builtin #ei0).
Here are my logs:
remote: Debug = true
remote:
remote: [tester::#EI0] Running tests for Stage #EI0 (Navigation - The pwd builtin)
remote: [tester::#EI0] Running ./your_program.sh
remote: [tester::#EI0] Failed to execute /app/your_program.sh: fork/exec /app/your_program.sh: permission denied
remote: [tester::#EI0] Test failed
I’m probably having this problem because I added -Wextra and -Wall to the GCC compiling option in ./your_program.sh, I reverted the changes but I still get the error message.
