On Thu, Feb 07, 2019 at 02:39:57 -0600, PhilipNienhuis wrote:
While it's preferrable to have immune tests right away, perhaps we can avoid
it temporarily in e.g., __run_test_suite__.m by first saving all system/user
settings/prefs, setting all prefs to default state, run the test suite, and
then restore all user/system settings/prefs.
Octave already has the --norc option to prevent loading all system and
user startup files. I think what you're suggesting is covered by that.
If a user wants to run the test suite without any system or user
preferences changing behavior, they can run Octave with --norc.
If a certain test passes with --norc and fails without it, then we can
find the cause and fix that specific test.