You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/test/test_tui.sh

14 lines
317 B
Bash

#! /bin/bash
# Unsets the following so it does not show up in the term title
unset SSH_CONNECTION
lnav_test="${top_builddir}/src/lnav-test"
for fn in ${srcdir}/tui-captures/*; do
run_test ./scripty -n -e $fn -- \
${lnav_test} -H < /dev/null
on_error_fail_with "TUI test ${fn} does not work?"
done