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_sql_indexes.sh

13 lines
339 B
Bash

#! /bin/bash
export YES_COLOR=1
run_cap_test ${lnav_test} -n \
-c ";EXPLAIN QUERY PLAN SELECT * FROM syslog_log WHERE log_path GLOB '*/logfile_syslog.*'" \
${test_dir}/logfile_syslog.*
run_cap_test ${lnav_test} -n \
-c ";SELECT * FROM syslog_log WHERE log_path GLOB '*/logfile_syslog.*'" \
${test_dir}/logfile_syslog.*