diff options
author | Nathan Gass | 2023-08-16 17:56:29 +0200 |
---|---|---|
committer | Nathan Gass | 2023-08-16 17:56:29 +0200 |
commit | 7d334cfbaeeef216f5a65260ffc2f4edce68adf3 (patch) | |
tree | 1782d990de9caa472e452a290f4071a381638ff5 /test/it_dbi_postgres.t | |
parent | 56da1be11e400538bc360bece8a0e5a533fff91a (diff) | |
download | itools-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-x | test/it_dbi_postgres.t | 2 |
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 |