mirror of
https://github.com/tstack/lnav
synced 2024-11-09 19:10:52 +00:00
46b2a9f1ee
... and other misc things: * Bump to C++17 * Add zookeeper_log
13 lines
368 B
Bash
13 lines
368 B
Bash
#! /bin/bash
|
|
|
|
export YES_COLOR=1
|
|
export TZ=UTC
|
|
|
|
cat ${test_dir}/logfile_docker_compose.0 | run_cap_test env TEST_COMMENT="docker-demux-no-ts" \
|
|
${lnav_test} -n
|
|
|
|
cat ${test_dir}/logfile_docker_compose_with_ts.0 | run_cap_test env TEST_COMMENT="docker-demux-with-ts" \
|
|
${lnav_test} -n
|
|
|
|
run_cap_test ${lnav_test} -n ${test_dir}/logfile_docker_compose_with_ts.0
|