Fix regression test 018.detach_primary test.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Wed, 12 May 2021 08:55:18 +0000 (17:55 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Wed, 12 May 2021 08:55:18 +0000 (17:55 +0900)
The test script did not explicitly specify the path to
pcp_watchdog_info.

src/test/regression/tests/018.detach_primary/test.sh

index d3006324c1bd17582a75deee5be40616b21b3997..82e01a4780e1a5913f491ddda6a5cd9215d010c4 100755 (executable)
@@ -102,7 +102,7 @@ cd pgpool2
 ./startall
 cd ..
 sleep 10
-pcp_watchdog_info -v -w -p $PCP_PORT
+$PGPOOL_INSTALL_DIR/bin/pcp_watchdog_info -v -w -p $PCP_PORT
 
 $PSQL -c "show pool_nodes" postgres