mirror of
https://github.com/tstack/lnav
synced 2024-11-05 21:21:19 +00:00
10 lines
152 B
Bash
10 lines
152 B
Bash
#! /bin/bash
|
|
|
|
export YES_COLOR=1
|
|
|
|
export TZ=UTC
|
|
|
|
run_cap_test ${lnav_test} -n \
|
|
-c ':switch-to-view gantt' \
|
|
${test_dir}/logfile_bro_http.log.0
|