mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
[build] try to fix tailer test
This commit is contained in:
parent
283cdf7ca6
commit
87ae18238b
@ -23,12 +23,12 @@ info: load preview request -- 1234
|
||||
info: exiting...
|
||||
EOF
|
||||
|
||||
run_test ./drive_tailer preview ${test_dir}/remote-log-dir
|
||||
run_test ./drive_tailer preview "${test_dir}/remote-log-dir/*"
|
||||
|
||||
check_output "preview of file failed?" <<EOF
|
||||
preview of file: {test_dir}/remote-log-dir
|
||||
logfile_access_log.0
|
||||
logfile_access_log.1
|
||||
preview of file: {test_dir}/remote-log-dir/*
|
||||
{test_dir}/remote-log-dir/logfile_access_log.0
|
||||
{test_dir}/remote-log-dir/logfile_access_log.1
|
||||
|
||||
all done!
|
||||
tailer stderr:
|
||||
|
Loading…
Reference in New Issue
Block a user