comparison octave.doap @ 30908:87de38eb52d9 stable

addpref.m: Recode BIST test to work with multiple running instances of Octave. When running multiple instances of the Octave test suit (such as on the build bots) there can be conflict over the file /tmp/.octave_prefs. Avoid that conflict by having a per-Octave-instance directory. * addpref.m: Use tempname() and mkdir() to create a per-Octave-instance directory used for BIST test. Delete the temporary directory at the end of the test.
author Rik <rik@octave.org>
date Wed, 06 Apr 2022 14:54:05 -0700
parents fe2c64849660
children
comparison
equal deleted inserted replaced
30906:e4e7942cb8b7 30908:87de38eb52d9