1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 13:05:51 +03:00

[build] try to fix CI for test that uses a syslog logfile

This commit is contained in:
Tim Stack 2023-03-30 21:31:39 -07:00
parent 33a80db95c
commit 5ad75f156a
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
export YES_COLOR=1
touch -t 202211030923 ${test_dir}/logfile_syslog.3
run_cap_test ${lnav_test} -n \
-c ";SELECT * FROM syslog_log, regexp_capture_into_json(log_body, '"'"'"(?<value>[^"'"'"]+)')" \
-c ":write-csv-to -" \

View File

@ -20,6 +20,8 @@ run_cap_test ${lnav_test} -n \
-c ";select * from procstate_procs where cmd_name = '[kthreadd]'" \
${test_dir}/logfile_procstate.0
touch -t 202211030923 ${test_dir}/logfile_syslog.3
run_cap_test ${lnav_test} -n \
-c ':create-search-table asl_mod ASL Module "(?<name>[^"]+)"' \
-c ';SELECT * FROM asl_mod' \