mirror of
https://github.com/tstack/lnav
synced 2024-11-03 23:15:38 +00:00
18 lines
388 B
Bash
18 lines
388 B
Bash
#! /bin/bash
|
|
|
|
export YES_COLOR=1
|
|
|
|
run_cap_test ${lnav_test} -C \
|
|
-I ${test_dir}/bad-config-json
|
|
|
|
if x"$HAVE_SQLITE3_ERROR_OFFSET" != x""; then
|
|
run_cap_test env LC_ALL=C ${lnav_test} -C \
|
|
-I ${test_dir}/bad-config
|
|
fi
|
|
|
|
run_cap_test ${lnav_test} -n \
|
|
-I ${test_dir} \
|
|
-c ";select * from leveltest_log" \
|
|
-c ':write-csv-to -' \
|
|
${test_dir}/logfile_leveltest.0
|