summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@oath.com>2019-09-02 12:18:29 +0000
committerHåvard Pettersen <havardpe@oath.com>2019-09-02 12:18:29 +0000
commitb93a431d9b94623332b30ee2e2509b1eea4d1043 (patch)
treeef3e1d4878126f7bfacd67ec889782a38df825d3 /vespalib
parentf1991f6ef4901dc3d8099e779c5f629450d9c3ed (diff)
more robust verification of tensor conformance test generation
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/testkit/test_master.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/vespa/vespalib/testkit/test_master.cpp b/vespalib/src/vespa/vespalib/testkit/test_master.cpp
index 81ac6b65851..789d40d478d 100644
--- a/vespalib/src/vespa/vespalib/testkit/test_master.cpp
+++ b/vespalib/src/vespa/vespalib/testkit/test_master.cpp
@@ -114,7 +114,7 @@ TestMaster::handleFailure(const vespalib::LockGuard &guard, bool fatal)
}
fprintf(stderr, "%s: ERROR: vital check failed, aborting\n",
_name.c_str());
- LOG_ABORT("should not be reached");
+ std::_Exit(1);
}
}