aboutsummaryrefslogtreecommitdiff
path: root/tests/run.sh
AgeCommit message (Collapse)Author
2020-05-01rename run to shell in testsMatthew Kenigsberg
(cherry picked from commit f459ca547fda4b0ca477d895413e86b69a580ab0)
2018-01-13Fix tests using user namespaces on kernels that don't have itTuomas Tynkkynen
Disable various tests if the kernel doesn't support unprivileged user namespaces (e.g. Arch Linux disables them) or disable them via a sysctl (Debian, Ubuntu). Fixes #1521 Fixes #1625
2017-12-30run.sh: include lib64 in sandbox-paths to fix on ubuntu 16.XXWill Dietz
(cc #1769)
2017-11-21tests/run.sh: Fix /build conflict when building in a sandboxEelco Dolstra
https://hydra.nixos.org/build/64519355
2017-11-20Add tests for "nix run"Eelco Dolstra