aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-05-15 11:47:33 +0200
committerGitHub <noreply@github.com>2023-05-15 11:47:33 +0200
commitaa9b9b6b556ec1f378dced42eb4319ebcd14f168 (patch)
tree033e15ffbff416520e8fa55b3e5c32c7bd954d46
parent7e39f8036dbeb3722fca3a50fdc9c86129011cf0 (diff)
parentd2c15012c2471946baa43e4c9dc7981549dc89aa (diff)
Merge pull request #27107 from vespa-engine/balder/do-not-silence-test-on-error
Show log when error happens.
-rw-r--r--searchcore/src/tests/proton/flushengine/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/flushengine/CMakeLists.txt b/searchcore/src/tests/proton/flushengine/CMakeLists.txt
index a47b3f2c93f..8d186dfe189 100644
--- a/searchcore/src/tests/proton/flushengine/CMakeLists.txt
+++ b/searchcore/src/tests/proton/flushengine/CMakeLists.txt
@@ -10,5 +10,5 @@ vespa_add_executable(searchcore_flushengine_test_app TEST
vespa_add_test(
NAME searchcore_flushengine_test_app
COMMAND searchcore_flushengine_test_app
- ENVIRONMENT "VESPA_LOG_LEVEL=all;VESPA_LOG_TARGET=file:vlog.txt"
+ ENVIRONMENT "VESPA_LOG_LEVEL=all"
)