-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scripts are not executable when using exercism download
#45
Comments
That's weird, it's working in the CI tests so they should still have the executable flag I think. I'll try running it on my Mac |
I'm getting the same issue on the hello-world exercise on a Mac. |
@0xE282B0 the test.sh has the executable flag when executing directly from the track repo, but not when downloading from the Exercism CLI |
So are you executing this in the root of every task?
You may well be, and if you are then "Houston, we have a problem!" |
Wait, are we supposed to execute those two commands? |
I have been |
In this repository all the exec flags are fine. To set them with those two commands is very important when you are working on Windows to make the CI work. However, my problem is that when I'm using the exercism CLI tool, like a student, then I have no exec flags anymore. I can change the scripts that we use |
Signed-off-by: Sven Pfennig <[email protected]>
@KTSnowy the official way to execute a test on a UNIX fs is now |
* [TEST-RUNNER]: Adjust test scripts for test runner and fix #45 Signed-off-by: Sven Pfennig <[email protected]> * minor fixes Signed-off-by: Sven Pfennig <[email protected]>
Hi,
I was checking out the cobol track as a user and found the following problem on a Mac:
In this git repo the scrips have execute flags, but when using
exercism download
the scripts are not executable.Has someone experience with scripts from other tracks? Do we need to declare them somewhere as executables?
The text was updated successfully, but these errors were encountered: