We have not focused on how try works when run as root, but it could be a very useful way to use try.
Use cases
sudo try apt ...
sudo try modify_etc_files_and_run_a_test
sudo try write_to_sysfs_or_call_sysctl_and_run_a_test this one may not work
Work
- Write unit tests for what we'd like to be able to do as root, expected behaviors
- Get those tests to work 😅
We have not focused on how
tryworks when run as root, but it could be a very useful way to usetry.Use cases
sudo try apt ...sudo try modify_etc_files_and_run_a_testsudo try write_to_sysfs_or_call_sysctl_and_run_a_testthis one may not workWork