mirror of
https://github.com/tstack/lnav
synced 2024-11-08 01:10:29 +00:00
7 lines
173 B
Bash
7 lines
173 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
run_cap_test ${lnav_test} -n \
|
||
|
-c ';SELECT json(content) as content FROM lnav_events' \
|
||
|
-c ':write-jsonlines-to -' \
|
||
|
${test_dir}/logfile_access_log.0
|