Skip to content

Commit cebad9e

Browse files
authored
Add a call to ObsSpace::save() from ObsTestsFixture::reset(). (#1240)
1 parent 7a99ce3 commit cebad9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/interface/ObsTestsFixture.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class ObsTestsFixture : private boost::noncopyable {
4141
static const eckit::mpi::Comm & comm() {return getInstance().comm_;}
4242

4343
static void reset() {
44+
obspace().save();
4445
getInstance().ospaces_.reset();
4546
getInstance().tend_.reset();
4647
getInstance().tbgn_.reset();

0 commit comments

Comments
 (0)