Skip to content
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

Many tests fail on system with non-executable /tmp #323

Open
nchaimov opened this issue Jul 3, 2019 · 1 comment
Open

Many tests fail on system with non-executable /tmp #323

nchaimov opened this issue Jul 3, 2019 · 1 comment
Assignees
Labels

Comments

@nchaimov
Copy link
Member

nchaimov commented Jul 3, 2019

On a system with /tmp mounted noexec, any test that involves compiling and running one of the example codes will fail. We should detect such a system and choose an alternate location to use in push_test_workdir().

@nchaimov
Copy link
Member Author

paratools04 has /tmp/ mounted noexec, so this can be tested there. Tests will normally fail. They will succeed with, for example, export TMPDIR=/dev/shm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant