From 7d334cfbaeeef216f5a65260ffc2f4edce68adf3 Mon Sep 17 00:00:00 2001 From: Nathan Gass Date: Wed, 16 Aug 2023 17:56:29 +0200 Subject: run it_dbi tests for postgresql if it is running --- test/it_dbi_postgres.t | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 test/it_dbi_postgres.t (limited to 'test/it_dbi_postgres.t') 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 -- cgit v1.2.3