aboutsummaryrefslogtreecommitdiff
path: root/support/test-container.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-11test-container: Always copy test-specific support files [BZ #27537]DJ Delorie1-11/+12
2021-01-29elf: Fix tests that rely on ld.so.cache for cross-compilingAdhemerval Zanella1-0/+26
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-05-29build: Use FAIL_EXIT1 () on failure to exec child [BZ #23990]Girish Joshi1-1/+1
2020-04-30support: Set errno before testing it.Carlos O'Donell1-0/+2
2020-04-30test-container: Support $(complocaledir) and mkdirp.Carlos O'Donell1-3/+39
2020-03-11test-container: print errno when execvp failsMichael Hudson-Doyle1-1/+1
2020-02-03test-container: add exec, cwdDJ Delorie1-13/+65
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-10-24Add wait-for-debugger test harness hooksDJ Delorie1-0/+22
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-02-13Avoid fall-through in test-container if execlp fails.Joseph Myers1-0/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-12-10test-container: move postclean outside of namespace changesDJ Delorie1-8/+37
2018-12-04test-container: add "su" command to run test as root, add unshare hintsDJ Delorie1-4/+64
2018-11-02support/test-container.c: Include <libc-pointer-arith.h>Florian Weimer1-0/+1
2018-10-04Adjust name of ld.so in test-container.c.Stefan Liebler1-2/+1
2018-08-31test-container: Use xcopy_file_range for cross-device copy [BZ #23597]H.J. Lu1-2/+1
2018-08-28test-container: EPERM from unshare is UNSUPPORTEDFlorian Weimer1-2/+3
2018-08-22Add test-in-container infrastructure.DJ Delorie1-0/+988