1
1
mirror of https://github.com/tstack/lnav.git synced 2024-07-15 00:30:36 +03:00
lnav/test/test_prql.sh
Tim Stack f69878eaf5 [format] move foreign_key flag to value meta
Fix some chart issues as well.
2024-04-19 19:07:25 -07:00

18 lines
417 B
Bash

#! /bin/bash
export TZ=UTC
export YES_COLOR=1
unset XDG_CONFIG_HOME
run_cap_test ${lnav_test} -n \
-c ";from access_log | take 1" \
${test_dir}/logfile_access_log.0
run_cap_test ${lnav_test} -n \
-c ";from access_log | take abc" \
${test_dir}/logfile_access_log.0
run_cap_test ${lnav_test} -n \
-c ";from bro_http_log | stats.hist bro_host slice:'1m'" \
${test_dir}/logfile_bro_http.log.0