summaryrefslogtreecommitdiff
path: root/test/it_dbi_postgres.t
diff options
context:
space:
mode:
authorNathan Gass2023-08-16 17:56:29 +0200
committerNathan Gass2023-08-16 17:56:29 +0200
commit7d334cfbaeeef216f5a65260ffc2f4edce68adf3 (patch)
tree1782d990de9caa472e452a290f4071a381638ff5 /test/it_dbi_postgres.t
parent56da1be11e400538bc360bece8a0e5a533fff91a (diff)
downloaditools-7d334cfbaeeef216f5a65260ffc2f4edce68adf3.tar.gz
itools-7d334cfbaeeef216f5a65260ffc2f4edce68adf3.tar.bz2
itools-7d334cfbaeeef216f5a65260ffc2f4edce68adf3.zip
run it_dbi tests for postgresql if it is running
Diffstat (limited to 'test/it_dbi_postgres.t')
-rwxr-xr-xtest/it_dbi_postgres.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/it_dbi_postgres.t b/test/it_dbi_postgres.t
new file mode 100755
index 0000000..a272215
--- /dev/null
+++ b/test/it_dbi_postgres.t
@@ -0,0 +1,2 @@
+#!/bin/sh
+systemctl check -q postgresql.service && `dirname $0`/it_dbi.t --subclass it_dbi_postgres --db map_search_ch \ No newline at end of file