File: test_format_loader.sh

package info (click to toggle)
lnav 0.13.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 60,084 kB
  • sloc: cpp: 215,599; ansic: 59,220; sh: 4,650; makefile: 3,578; python: 1,197; sql: 315; xml: 264; javascript: 18
file content (17 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/bash

export YES_COLOR=1

run_cap_test ${lnav_test} -W -C \
    -I ${test_dir}/bad-config-json

if test x"$HAVE_SQLITE3_ERROR_OFFSET" != x""; then
    run_cap_test env LC_ALL=C ${lnav_test} -W -C \
        -I ${test_dir}/bad-config
fi

run_cap_test ${lnav_test} -n \
    -I ${test_dir} \
    -c ";select * from leveltest_log" \
    -c ':write-csv-to -' \
    ${test_dir}/logfile_leveltest.0