summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorHÃ¥vard Pettersen <3535158+havardpe@users.noreply.github.com>2019-09-02 15:26:45 +0200
committerGitHub <noreply@github.com>2019-09-02 15:26:45 +0200
commitc080a94f2d3ebf681ab31c0c2f72d26e590cc07b (patch)
treea09d998873035efdb7f7ee392dc40d853139b75d /vespalib
parentec73f0abe023e8e49d9c157fb4cabd750b811516 (diff)
parentb93a431d9b94623332b30ee2e2509b1eea4d1043 (diff)
Merge pull request #10484 from vespa-engine/havardpe/more-robust-tensor-test-spec-verify
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);
}
}