-
Notifications
You must be signed in to change notification settings - Fork 0
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
Running test case gives 'no such file' for tester #178
Comments
You need to build the tester project separately first:
Let me know if that fixes it |
Tried second bullet point. Got error as below peter@code:~/ghul/tester$ ./build.sh /usr/bin/lc(Parse::CompileState::compileBitcode(System::String)+0x167) [0x5ec667] |
It's because the Docker volume used to hold temporary files is owned by me I think. I've changed the build script in your workspace to include the user's UID in the volume name. Can you confirm if this fixes, and if so, raise a PR to check this change in? |
Fixed by using anonymous volumes docked in build.sh |
Attempting to do
Running a test case
from file ghul/test/README.md in Visual studio with Tasks: Run Task Run Test
give error:
fixuid: exec: "../tester/tester": stat ../tester/tester: no such file or directory
FYI test case was simple-if
The text was updated successfully, but these errors were encountered: