[tests] fix syslog timestamps in log

pull/1235/head
Tim Stack 5 months ago
parent 41acf21f0a
commit e354fd778e

@ -1,4 +1,4 @@
total log_line  log_time duration log_formats  log_msg_format 
 2  2 2023-04-28 06:53:55.000   syslog_log  Registering new address record for # on # 
 2  1 2023-04-28 06:53:55.000   syslog_log  Joining # multicast group on interface # with address #
 2  0 2023-04-28 06:53:55.000   syslog_log  New relevant interface # for #  
 2  2 2007-04-28 06:53:55.000   syslog_log  Registering new address record for # on # 
 2  1 2007-04-28 06:53:55.000   syslog_log  Joining # multicast group on interface # with address #
 2  0 2007-04-28 06:53:55.000   syslog_log  New relevant interface # for #  

@ -877,6 +877,8 @@ check_output "write-json-to isn't working?" <<EOF
]
EOF
touch -t 200711030000 ${srcdir}/logfile_for_join.0
run_cap_test ${lnav_test} -d "/tmp/lnav.err" -n \
-c ";select log_line, col_0 from logline" \
${test_dir}/logfile_for_join.0

Loading…
Cancel
Save