1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 13:05:51 +03:00
lnav/test/test_scripts.sh
Timothy Stack cdd43549ab [cmds] automatically capture echo/write output from scripts so they can generate reports
Add another example script, dhclient-summary.

Add a 'search-table' section to formats so you can automatically
define a search-based table.
2016-03-06 23:58:37 -08:00

19 lines
333 B
Bash

#! /bin/bash
lnav_test="${top_builddir}/src/lnav-test"
touch scripts-empty
run_test ${lnav_test} -n -d /tmp/lnav.err \
-I ${test_dir} \
-f 'multiline-echo' \
scripts-empty
check_error_output "multiline-echo has errors?" <<EOF
EOF
check_output "multiline-echo is not working?" <<EOF
Hello, World!
Goodbye, World!
EOF