taucmdr icon indicating copy to clipboard operation
taucmdr copied to clipboard

Many tests fail on system with non-executable /tmp

Open nchaimov opened this issue 6 years ago • 1 comments
trafficstars

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 avatar Jul 03 '19 22:07 nchaimov

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

nchaimov avatar Jul 18 '19 17:07 nchaimov