aboutsummaryrefslogtreecommitdiff
path: root/tests/user-envs-migration.sh
AgeCommit message (Collapse)Author
2023-03-16Cleanup test skippingJohn Ericson
- Try not to put cryptic "99" in many places Factor out `exit 99` into `skipTest` function - Alows make sure skipping a test is done with a reason `skipTest` takes a mandatory argument - Separate pure conditionals vs side-effectful test skipping. "require daemon" already had this, but "sandbox support" did not.
2023-01-17Test the migration of the user profilesThéophane Hufschmitt