File: odbxtest.site

package info (click to toggle)
libopendbx 1.4.6-13
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,960 kB
  • sloc: sh: 10,899; ansic: 7,283; xml: 1,837; cpp: 1,696; makefile: 366; sed: 16
file content (15 lines) | stat: -rw-r--r-- 295 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# OpenDBX regression test
#
# This file contains the backends to test and the database
# parameter which should be used for each test
#

# Backends to test
ODBXTEST_BACKENDS="sqlite3"

SQLITE3_HOST="../debian/"
SQLITE3_PORT=""
SQLITE3_DATABASE="testdb"
SQLITE3_USERNAME=""
SQLITE3_PASSWORD=""