You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows tests currently support running as -Unelevated (since Windows tests always expect to be initiated as elevated). We should consider something similar for non-Windows. It could be as simple as running the tests under sudo, creating non-root account and running the tests under that account. However, I'm concerned about requiring tests to be run under sudo all the time.
Windows tests currently support running as
-Unelevated(since Windows tests always expect to be initiated as elevated). We should consider something similar for non-Windows. It could be as simple as running the tests under sudo, creating non-root account and running the tests under that account. However, I'm concerned about requiring tests to be run undersudoall the time.cc @JamesWTruher