mirror of
https://github.com/tstack/lnav
synced 2024-11-11 13:10:36 +00:00
[test] tests should not rely on the local syslog being readable
This commit is contained in:
parent
5ae2c7dbe7
commit
26bcf0865d
@ -182,7 +182,8 @@ run_cap_test ${lnav_test} -n \
|
|||||||
${test_dir}/logfile_access_log.0
|
${test_dir}/logfile_access_log.0
|
||||||
|
|
||||||
run_cap_test ${lnav_test} -n \
|
run_cap_test ${lnav_test} -n \
|
||||||
-c ':goto 2022-06-16Tabc'
|
-c ':goto 2022-06-16Tabc' \
|
||||||
|
${test_dir}/logfile_access_log.0
|
||||||
|
|
||||||
run_cap_test ${lnav_test} -n \
|
run_cap_test ${lnav_test} -n \
|
||||||
-c ":goto 1" \
|
-c ":goto 1" \
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
export YES_COLOR=1
|
export YES_COLOR=1
|
||||||
|
|
||||||
run_cap_test ${lnav_test} -n -c ";SELECT yaml_to_json('[abc')"
|
run_cap_test ${lnav_test} -nN -c ";SELECT yaml_to_json('[abc')"
|
||||||
|
Loading…
Reference in New Issue
Block a user