summaryrefslogtreecommitdiff
path: root/tests/guix-environment-container.sh
AgeCommit message (Expand)AuthorFilesLines
2026-04-30shell: Add --cwd.Danny Milosavljevic1-0/+18
2025-10-17tests: Increase test timeout and honor ‘GUIX_TESTS_BUILD_TIMEOUT’.Martin Schitter1-1/+1
2025-09-03tests: Pass ‘--timeout’ for builds with the host store.Ludovic Courtès1-1/+2
2025-05-24environment: Provide a writable /run/user/$UID.Ludovic Courtès1-0/+3
2025-05-18environment: Make home writable.Tomas Volf1-0/+4
2025-05-06environment, home: Make /tmp writable.Ludovic Courtès1-0/+5
2025-05-05environment: Add ‘--writable-root’ and default to read-only root.Ludovic Courtès1-1/+10
2023-10-28tests: Adjust to cope with glibc graft.Ludovic Courtès1-1/+1
2023-04-21tests: Fix checks for expected failures.Eric Bavier1-4/+3
2023-04-06environment: Add '--nesting'.Ludovic Courtès1-0/+9
2023-01-15environment: Fix '--emulate-fhs' option overriding $PATH.John Kehayias1-1/+12
2022-11-15shell: Detect --symlink spec problems early.Maxim Cournoyer1-0/+3
2022-11-15guix: shell: Add '--symlink' option.Maxim Cournoyer1-0/+9
2022-11-06shell: Fix '--emulate-fhs' sometimes not including 'glibc-for-fhs'.John Kehayias1-0/+10
2022-10-13shell: Handle '--emulate-fhs' in 'guix shell', not in 'guix environment'.Ludovic Courtès1-2/+2
2022-10-13environment: Add '--emulate-fhs'.John Kehayias1-0/+34
2021-10-25environment: Add tests for '--profile'.Ludovic Courtès1-0/+8
2020-10-05environment: Turn "lo" up in network-less containers.Ludovic Courtès1-0/+11
2020-10-02environment: Provide /etc/hosts in containers without '--network'.Ludovic Courtès1-0/+4
2020-09-21environment: '--link-profile' uses ~/.guix-profile for environment variables.Ludovic Courtès1-3/+7
2020-06-20tests: Actually run 'tests/guix-environment-container.sh'.Ludovic Courtès1-1/+1
2019-10-03environment: '--container' honors '--preserve'.Ludovic Courtès1-0/+5
2019-08-17tests: Move 'guix environment -C --no-cwd' test where it belongs.Ludovic Courtès1-0/+7
2019-04-02environment: '-C' creates namespaces where the user is not root.Ludovic Courtès1-1/+14
2019-03-26environment: Create /etc/group in containers.Ludovic Courtès1-1/+7
2019-03-26environment: Use (gnu build accounts) for /etc/passwd handling.Ludovic Courtès1-0/+6
2018-03-02environment: Add --user.Mike Gerwitz1-0/+11
2018-03-02environment: Add --link-profile.Mike Gerwitz1-0/+14
2016-08-29tests: Fix 'guix environment --container' test in the presence of tmpfs.Ludovic Courtès1-1/+1
2016-07-31tests: 'guix-environment-container.sh' works when run from a tmpfs.Ludovic Courtès1-3/+8
2016-05-31container: Gracefully report mount errors in the child process.Ludovic Courtès1-0/+10
2016-03-27environment: Properly handle SIGINT.David Thompson1-1/+6
2016-02-12scripts: environment: Build environments as profiles.David Thompson1-1/+1
2015-11-21environment: Correctly handle abnormal exits.Ludovic Courtès1-0/+7
2015-11-21tests: Skip 'guix-container-environment.sh' when support is missing.Ludovic Courtès1-0/+6
2015-11-04tests: Use the canonical current directory name.v0.9.0Ludovic Courtès1-1/+2
2015-10-28tests: Print the mounts visible in the container.Ludovic Courtès1-0/+1
2015-10-25scripts: environment: Add --container option.David Thompson1-0/+75