NUnit has no capability to update a results file and none is planned.
The results file is intended to represent the result of a single run
and "updating" the file would, in a certain sense, give false
information.
I understand that what you want is a record of the most recent
execution of each test. That could be created from multiple result
files with a bit of effort, so long as you give each result file a
unique name or place it in its own directory.
Charlie
> --
> You received this message because you are subscribed to the Google Groups "NUnit-Discuss" group.
> To post to this group, send email to
nunit-...@googlegroups.com.
> To unsubscribe from this group, send email to
nunit-discus...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/nunit-discuss?hl=en.
>