Fix regression test 072 and 074.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Mon, 12 Apr 2021 03:00:54 +0000 (12:00 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Mon, 12 Apr 2021 03:00:54 +0000 (12:00 +0900)
In these tests pgproto is used. However the script forgot to specify
the path to the command.  It is interesting that test 072 is keeping
reporting ok. This is because the test script does not care even if
pgproto does not found.

src/test/regression/tests/072.meqcache_bug2/test.sh
src/test/regression/tests/074.bug700_memqcache_bug_segfault_at_close_complete/test.sh

index 1253b7e27e03aea40ebb987fdf57d33dad2335e2..32f96911562c963baac2d85fb498df17eb77f220 100755 (executable)
@@ -8,7 +8,7 @@
 source $TESTLIBS
 WHOAMI=`whoami`
 TESTDIR=testdir
-PGPROTO=pgproto
+PGPROTO=$PGPOOL_INSTALL_DIR/bin/pgproto
 
 rm -fr $TESTDIR
 mkdir $TESTDIR
index 29e8a7a5d92995a174d1e3a0dae09d3579bdeb33..5ad09b9f53d23f425ed759f5495a2e264b0db803 100755 (executable)
@@ -8,7 +8,7 @@
 source $TESTLIBS
 WHOAMI=`whoami`
 TESTDIR=testdir
-PGPROTO=pgproto
+PGPROTO=$PGPOOL_INSTALL_DIR/bin/pgproto
 
 for mode in s i r n
 do