diff --git a/buildkite/scripts/run-test-executive.sh b/buildkite/scripts/run-test-executive.sh index c9db83cb1ed..8a5a191ca48 100755 --- a/buildkite/scripts/run-test-executive.sh +++ b/buildkite/scripts/run-test-executive.sh @@ -15,4 +15,4 @@ fi --archive-image "$ARCHIVE_IMAGE" \ --mina-automation-location ./automation \ | tee "$TEST_NAME.test.log" \ - | ./logproc.exe -i inline -f '!(.level in ["Debug", "Spam"])' + | ./logproc.exe -i inline -f '!(.level in ["Spam"])'