You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
archzfs/testing/tests/archzfs-qemu-lts-test-00-bo.../runner.sh

11 lines
518 B

# From old arch-config.sh
# # zfs-test configuration
# # /usr/bin/groupadd zfs-tests
# # /usr/bin/useradd --comment 'ZFS Test User' -d /var/tmp/test_results --create-home --gid users --groups zfs-tests zfs-tests
# # sudoers.d is the right way, but the zfs test suite checks /etc/sudoers...
# echo 'Defaults env_keep += "SSH_AUTH_SOCK"' > /etc/sudoers.d/10_zfs_test
# echo 'zfs-tests ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers.d/10_zfs_test
# /usr/bin/chmod 0440 /etc/sudoers.d/10_zfs_test