diff options
author | Ben Pfaff <blp@ovn.org> | 2018-08-08 16:04:56 -0700 |
---|---|---|
committer | Ben Pfaff <blp@ovn.org> | 2018-08-09 15:40:09 -0700 |
commit | e11f0c258d0b649864c5682d26464b6b89127459 (patch) | |
tree | 1a8abaa747ef85e99fd2a211af04d28bcf0dba7b /tests | |
parent | 8aa88fadc41fa9cbc578d51d39f5d82528406710 (diff) | |
download | openvswitch-e11f0c258d0b649864c5682d26464b6b89127459.tar.gz |
tests: Don't log to syslog during tests.
Until now, "make check" generated a huge amount of output to syslog. This
commit suppresses it.
Acked-by: Ilya Maximets <i.maximets@samsung.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/atlocal.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in index 0f4a6ca33..a86de8bc1 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -212,3 +212,7 @@ unset NO_PROXY # Avoid OVN environment variables leaking in from external environment. unset OVN_NB_DB unset OVN_SB_DB + +# Prevent logging to syslog during tests. +OVS_SYSLOG_METHOD=null +export OVS_SYSLOG_METHOD |