Closed dladams closed 2 years ago
I have modified the parsltest config to replace ifix with ifixw (same as old ifix) and ifixn (outout sent to /dev/null).
Push version 0.22.0 with above change.
Oops. Writing to /dev/null/xxx generates an error. We should instead just write to /dev/null.
I modified cpuburn to wriite directly to /dev/null if that values is supplied to outdir.
I also notice that tasks are call jobs in parsltest and changed this in many places.
I also added the task type ifix0 which makes not attempt to write at all (ifixn writes to /dev/null).
Changes pushed.
New version is 0.24.00
We would like to have the option to run parsltest ifix without writing output.