mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
a27198e8ca
... and a pile of other changes
16 lines
331 B
Bash
16 lines
331 B
Bash
#! /bin/bash
|
|
|
|
export YES_COLOR=1
|
|
|
|
run_cap_test ${lnav_test} -C \
|
|
-I ${test_dir}/bad-config-json
|
|
|
|
run_cap_test env LC_ALL=C ${lnav_test} -C \
|
|
-I ${test_dir}/bad-config
|
|
|
|
run_cap_test ${lnav_test} -n \
|
|
-I ${test_dir} \
|
|
-c ";select * from leveltest_log" \
|
|
-c ':write-csv-to -' \
|
|
${test_dir}/logfile_leveltest.0
|