mirror of
https://github.com/tstack/lnav
synced 2024-11-19 15:25:34 +00:00
6c52760cc9
Related to #811
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
|